Searched refs:proto_accept_arg (Results 1 – 25 of 39) sorted by relevance
12
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_sk_storage_tracing.c | 87 int BPF_PROG(inet_csk_accept, struct sock *sk, struct proto_accept_arg *arg, in BPF_PROG()
|
/linux-6.12.1/include/linux/ |
D | net.h | 156 struct proto_accept_arg; 176 struct proto_accept_arg *arg);
|
D | socket.h | 19 struct proto_accept_arg; 438 extern struct file *do_accept(struct file *file, struct proto_accept_arg *arg,
|
/linux-6.12.1/include/net/ |
D | inet_common.h | 33 struct proto_accept_arg *arg);
|
D | inet_connection_sock.h | 253 struct sock *inet_csk_accept(struct sock *sk, struct proto_accept_arg *arg);
|
D | sock.h | 1206 struct proto_accept_arg { struct 1228 struct proto_accept_arg *arg); argument 1823 int sock_no_accept(struct socket *, struct socket *, struct proto_accept_arg *);
|
/linux-6.12.1/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 19 struct proto_accept_arg; 438 extern struct file *do_accept(struct file *file, struct proto_accept_arg *arg,
|
/linux-6.12.1/crypto/ |
D | algif_hash.c | 227 struct proto_accept_arg *arg) in hash_accept() 358 struct proto_accept_arg *arg) in hash_accept_nokey()
|
D | af_alg.c | 411 struct proto_accept_arg *arg) in af_alg_accept() 473 struct proto_accept_arg *arg) in alg_accept()
|
/linux-6.12.1/include/crypto/ |
D | if_alg.h | 170 struct proto_accept_arg *arg);
|
/linux-6.12.1/net/rds/ |
D | tcp_listen.c | 108 struct proto_accept_arg arg = { in rds_tcp_accept_one()
|
/linux-6.12.1/net/smc/ |
D | smc.h | 50 struct proto_accept_arg *arg);
|
/linux-6.12.1/net/atm/ |
D | svc.c | 328 struct proto_accept_arg *arg) in svc_accept()
|
/linux-6.12.1/net/phonet/ |
D | socket.c | 295 struct proto_accept_arg *arg) in pn_socket_accept()
|
D | pep.c | 763 struct proto_accept_arg *arg) in pep_sock_accept()
|
/linux-6.12.1/net/ |
D | socket.c | 1915 struct file *do_accept(struct file *file, struct proto_accept_arg *arg, in do_accept() 1978 struct proto_accept_arg arg = { }; in __sys_accept4_file() 3606 struct proto_accept_arg arg = { in kernel_accept()
|
/linux-6.12.1/net/bluetooth/rfcomm/ |
D | sock.c | 472 struct proto_accept_arg *arg) in rfcomm_sock_accept()
|
/linux-6.12.1/net/nfc/ |
D | llcp_sock.c | 450 struct proto_accept_arg *arg) in llcp_sock_accept()
|
/linux-6.12.1/net/llc/ |
D | af_llc.c | 697 struct proto_accept_arg *arg) in llc_ui_accept()
|
/linux-6.12.1/net/netrom/ |
D | af_netrom.c | 776 struct proto_accept_arg *arg) in nr_accept()
|
/linux-6.12.1/net/bluetooth/ |
D | sco.c | 656 struct proto_accept_arg *arg) in sco_sock_accept()
|
/linux-6.12.1/drivers/xen/ |
D | pvcalls-back.c | 520 struct proto_accept_arg arg = { in __pvcalls_back_accept()
|
/linux-6.12.1/net/x25/ |
D | af_x25.c | 875 struct proto_accept_arg *arg) in x25_accept()
|
/linux-6.12.1/net/ipv4/ |
D | inet_connection_sock.c | 664 struct sock *inet_csk_accept(struct sock *sk, struct proto_accept_arg *arg) in inet_csk_accept()
|
/linux-6.12.1/net/rose/ |
D | af_rose.c | 923 struct proto_accept_arg *arg) in rose_accept()
|
12