| /linux/tools/testing/selftests/namespaces/ |
| H A D | siocgskns_test.c | 121 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local 157 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local 457 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local 500 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local 637 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local 673 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local 839 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local 875 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local 1049 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local 1085 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local [all …]
|
| /linux/net/handshake/ |
| H A D | alert.c | 39 struct cmsghdr *cmsg; in tls_alert_send() local 74 u8 tls_get_record_type(const struct sock *sk, const struct cmsghdr *cmsg) in tls_get_record_type()
|
| /linux/drivers/isdn/capi/ |
| H A D | capiutil.c | 234 static void jumpcstruct(_cmsg *cmsg) in jumpcstruct() 466 static _cdebbuf *protocol_message_2_pars(_cdebbuf *cdb, _cmsg *cmsg, int level) in protocol_message_2_pars() 587 _cmsg *cmsg; in capi_message2str() local 659 _cdebbuf *capi_cmsg2str(_cmsg *cmsg) in capi_cmsg2str()
|
| /linux/net/rds/ |
| H A D | rdma.c | 612 struct cmsghdr *cmsg, in rds_cmsg_rdma_args() 812 struct cmsghdr *cmsg) in rds_cmsg_rdma_dest() 855 struct cmsghdr *cmsg) in rds_cmsg_rdma_map() 869 struct cmsghdr *cmsg) in rds_cmsg_atomic()
|
| /linux/tools/testing/selftests/net/ |
| H A D | cmsg_sender.c | 77 } cmsg; member 241 struct cmsghdr *cmsg; in ca_write_cmsg_u32() local 260 struct cmsghdr *cmsg; in cs_write_cmsg() local 351 struct cmsghdr *cmsg; in cs_read_cmsg() local
|
| H A D | udpgso_bench_tx.c | 139 static void flush_cmsg(struct cmsghdr *cmsg) in flush_cmsg() 216 struct cmsghdr *cmsg; in flush_errqueue_recv() local 339 struct cmsghdr *cmsg; in send_udp_sendmmsg() local 396 struct cmsghdr *cmsg; in send_udp_segment() local
|
| H A D | so_rcv_listener.c | 72 struct cmsghdr *cmsg; in main() local
|
| H A D | udpgso_bench_rx.c | 220 struct cmsghdr *cmsg; in recv_msg() local
|
| H A D | timestamping.c | 159 struct cmsghdr *cmsg; in printpacket() local
|
| H A D | rxtimestamp.c | 201 struct cmsghdr *cmsg; in do_recv() local
|
| /linux/samples/seccomp/ |
| H A D | user-trap.c | 35 struct cmsghdr *cmsg; in send_fd() local 66 struct cmsghdr *cmsg; in recv_fd() local
|
| /linux/include/linux/ |
| H A D | socket.h | 132 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) argument 136 #define CMSG_DATA(cmsg) \ argument 116 __CMSG_NXTHDR(ctl,len,cmsg) global() argument 117 CMSG_NXTHDR(mhdr,cmsg) global() argument 121 CMSG_DATA(cmsg) global() argument 123 CMSG_USER_DATA(cmsg) global() argument [all...] |
| /linux/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 131 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument 132 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) argument 136 #define CMSG_DATA(cmsg) \ argument 138 #define CMSG_USER_DATA(cmsg) \ argument 147 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ argument 151 #define for_each_cmsghdr(cmsg, msg) \ argument
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | common.h | 151 struct cmsghdr *cmsg; in recv_fd() local 185 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in send_fd() local
|
| /linux/net/ |
| H A D | compat.c | 107 #define CMSG_COMPAT_DATA(cmsg) \ argument 184 struct compat_cmsghdr cmsg; in cmsghdr_from_user_compat_to_kern() local 125 cmsg_compat_nxthdr(struct msghdr * msg,struct compat_cmsghdr __user * cmsg,int cmsg_len) cmsg_compat_nxthdr() argument [all...] |
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 654 __cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg, struct nfsd_net *nn) in __cld_pipe_upcall() 678 cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg, struct nfsd_net *nn) in cld_pipe_upcall() 694 __cld_pipe_inprogress_downcall(const struct cld_msg_v2 __user *cmsg, in __cld_pipe_inprogress_downcall() 771 struct cld_msg_v2 __user *cmsg = (struct cld_msg_v2 __user *)src; in cld_pipe_downcall() local 832 struct cld_msg *cmsg = msg->data; in cld_pipe_destroy_msg() local 1044 struct cld_msg_v2 *cmsg; in nfsd4_cld_create_v2() local
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | crypto_sanity.c | 52 struct cmsghdr *cmsg; in do_crypt_afalg() local
|
| H A D | lwt_reroute.c | 102 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in overflow_fq() local
|
| H A D | token.c | 146 struct cmsghdr *cmsg; in sendfd() local 181 struct cmsghdr *cmsg; in recvfd() local
|
| H A D | tc_redirect.c | 494 struct cmsghdr *cmsg; __rcv_tstamp() local 594 struct cmsghdr *cmsg; snd_tstamp() local [all...] |
| /linux/tools/testing/selftests/tty/ |
| H A D | tty_tiocsti_test.c | 252 struct cmsghdr *cmsg; in send_fd_via_socket() local 276 struct cmsghdr *cmsg; in recv_fd_via_socket() local
|
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | scm_inq.c | 71 struct cmsghdr *cmsg; in recv_chunks() local
|
| /linux/arch/um/os-Linux/ |
| H A D | file.c | 512 struct cmsghdr *cmsg; in os_rcv_fd_msg() local 661 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in os_sendmsg_fds() local
|
| /linux/net/rxrpc/ |
| H A D | sendmsg.c | 504 struct cmsghdr *cmsg; in rxrpc_sendmsg_cmsg() local [all...] |
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 174 struct cmsghdr *cmsg; in wait_stub_done_seccomp() local
|