Searched refs:inet_csk_accept (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kretprobe_maxactive.tc | 29 grep inet_csk_accept kprobe_events 34 grep inet_csk_accept kprobe_events
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
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
|
/linux-6.1.9/include/net/ |
D | inet_connection_sock.h | 252 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern);
|
/linux-6.1.9/net/ipv4/ |
D | inet_connection_sock.c | 636 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern) in inet_csk_accept() function 716 EXPORT_SYMBOL(inet_csk_accept);
|
D | tcp_ipv4.c | 3052 .accept = inet_csk_accept,
|
/linux-6.1.9/net/dccp/ |
D | ipv4.c | 970 .accept = inet_csk_accept,
|
D | ipv6.c | 1052 .accept = inet_csk_accept,
|
/linux-6.1.9/net/ipv6/ |
D | tcp_ipv6.c | 2152 .accept = inet_csk_accept,
|
/linux-6.1.9/net/mptcp/ |
D | protocol.c | 3142 newsk = inet_csk_accept(listener->sk, flags, err, kern); in mptcp_accept()
|