Home
last modified time | relevance | path

Searched refs:sendmsg_args (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dsock_addr_kern.c42 int kernel_sendmsg(struct sendmsg_args *args) in kernel_sendmsg()
48 int sock_sendmsg(struct sendmsg_args *args) in sock_sendmsg()
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod_kfunc.h77 struct sendmsg_args { struct
137 int bpf_kfunc_call_kernel_sendmsg(struct sendmsg_args *args) __ksym;
138 int bpf_kfunc_call_sock_sendmsg(struct sendmsg_args *args) __ksym;
Dbpf_testmod.c859 __bpf_kfunc int bpf_kfunc_call_kernel_sendmsg(struct sendmsg_args *args) in bpf_kfunc_call_kernel_sendmsg()
891 __bpf_kfunc int bpf_kfunc_call_sock_sendmsg(struct sendmsg_args *args) in bpf_kfunc_call_sock_sendmsg()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dsock_addr.c85 struct sendmsg_args { struct
169 struct sendmsg_args args; in send_msg_op()