Home
last modified time | relevance | path

Searched refs:CMSG_OK (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/net/rds/
H A Dsend.c902 if (!CMSG_OK(msg, cmsg)) in rds_rm_size()
991 if (!CMSG_OK(msg, cmsg)) in rds_cmsg_send()
1083 if (!CMSG_OK(msg, cmsg)) in rds_rdma_bytes()
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h132 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ macro
/linux-6.15/include/linux/
H A Dsocket.h132 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ macro
/linux-6.15/net/core/
H A Dscm.c165 if (!CMSG_OK(msg, cmsg)) in __scm_send()
H A Dsock.c3039 if (!CMSG_OK(msg, cmsg)) in sock_cmsg_send()
/linux-6.15/net/rxrpc/
H A Dsendmsg.c512 if (!CMSG_OK(msg, cmsg)) in rxrpc_sendmsg_cmsg()
/linux-6.15/net/dccp/
H A Dproto.c712 if (!CMSG_OK(msg, cmsg)) in dccp_msghdr_parse()
/linux-6.15/net/ipv6/
H A Ddatagram.c774 if (!CMSG_OK(msg, cmsg)) { in ip6_datagram_send_ctl()
/linux-6.15/crypto/
H A Daf_alg.c564 if (!CMSG_OK(msg, cmsg)) in af_alg_cmsg_send()
/linux-6.15/net/tls/
H A Dtls_main.c245 if (!CMSG_OK(msg, cmsg)) in tls_process_cmsg()
/linux-6.15/net/ipv4/
H A Dip_sockglue.c250 if (!CMSG_OK(msg, cmsg)) in ip_cmsg_send()
H A Dudp.c1253 if (!CMSG_OK(msg, cmsg)) in udp_cmsg_send()
/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c986 if (!CMSG_OK(msg, cmsg)) in chtls_proccess_cmsg()
/linux-6.15/net/iucv/
H A Daf_iucv.c945 if (!CMSG_OK(msg, cmsg)) { in iucv_sock_sendmsg()
/linux-6.15/net/sctp/
H A Dsocket.c8836 if (!CMSG_OK(my_msg, cmsg)) in sctp_msghdr_parse()