Searched refs:inet_csk_accept (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | kretprobe_maxactive.tc | 29 grep inet_csk_accept kprobe_events 34 grep inet_csk_accept kprobe_events
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_storage_tracing.c | 87 int BPF_PROG(inet_csk_accept, struct sock *sk, int flags, int *err, bool kern, in BPF_PROG() argument
|
/openbmc/linux/include/net/ |
H A D | inet_connection_sock.h | 254 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern);
|
/openbmc/linux/net/ipv4/ |
H A D | inet_connection_sock.c | 660 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern) in inet_csk_accept() function 747 EXPORT_SYMBOL(inet_csk_accept);
|
H A D | tcp_ipv4.c | 3128 .accept = inet_csk_accept,
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 974 .accept = inet_csk_accept,
|
H A D | ipv6.c | 1055 .accept = inet_csk_accept,
|
/openbmc/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 2144 .accept = inet_csk_accept,
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | 3899 newsk = inet_csk_accept(ssk, flags, &err, kern); in mptcp_stream_accept()
|