Searched refs:inet_csk_accept (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_storage_tracing.c | 86 SEC("fexit/inet_csk_accept") 87 int BPF_PROG(inet_csk_accept, struct sock *sk, int flags, int *err, bool kern, in BPF_PROG()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_connection_sock.h | 311 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_connection_sock.h | 253 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_connection_sock.c | 468 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern) in inet_csk_accept() function 551 EXPORT_SYMBOL(inet_csk_accept); variable
|
H A D | tcp_ipv4.c | 2808 .accept = inet_csk_accept,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_connection_sock.c | 657 struct sock *inet_csk_accept(struct sock *sk, int flags, int *err, bool kern) in inet_csk_accept() function 744 EXPORT_SYMBOL(inet_csk_accept); variable
|
H A D | tcp_ipv4.c | 3113 .accept = inet_csk_accept,
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 955 .accept = inet_csk_accept,
|
H A D | ipv6.c | 1038 .accept = inet_csk_accept,
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 971 .accept = inet_csk_accept,
|
H A D | ipv6.c | 1052 .accept = inet_csk_accept,
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip.c | 2236 newsk = inet_csk_accept(sk, flags, err, kern); in ninet_csk_accept()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 2133 .accept = inet_csk_accept,
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 2134 newsk = inet_csk_accept(listener->sk, flags, err, kern); in mptcp_accept()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 2147 .accept = inet_csk_accept,
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 3337 newsk = inet_csk_accept(ssk, flags, err, kern); in mptcp_accept()
|
Completed in 35 milliseconds