Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h131 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ macro
/openbmc/linux/include/linux/
H A Dsocket.h131 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ macro
/openbmc/linux/net/core/
H A Dscm.c154 if (!CMSG_OK(msg, cmsg)) in __scm_send()
H A Dsock.c2861 if (!CMSG_OK(msg, cmsg)) in sock_cmsg_send()
/openbmc/linux/net/rxrpc/
H A Dsendmsg.c473 if (!CMSG_OK(msg, cmsg)) in rxrpc_sendmsg_cmsg()
/openbmc/linux/net/dccp/
H A Dproto.c712 if (!CMSG_OK(msg, cmsg)) in dccp_msghdr_parse()
/openbmc/linux/net/ipv6/
H A Ddatagram.c775 if (!CMSG_OK(msg, cmsg)) { in ip6_datagram_send_ctl()
/openbmc/linux/crypto/
H A Daf_alg.c563 if (!CMSG_OK(msg, cmsg)) in af_alg_cmsg_send()
/openbmc/linux/net/tls/
H A Dtls_main.c244 if (!CMSG_OK(msg, cmsg)) in tls_process_cmsg()
/openbmc/linux/net/ipv4/
H A Dip_sockglue.c252 if (!CMSG_OK(msg, cmsg)) in ip_cmsg_send()
H A Dudp.c1042 if (!CMSG_OK(msg, cmsg)) in udp_cmsg_send()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c986 if (!CMSG_OK(msg, cmsg)) in chtls_proccess_cmsg()
/openbmc/linux/net/iucv/
H A Daf_iucv.c944 if (!CMSG_OK(msg, cmsg)) { in iucv_sock_sendmsg()
/openbmc/linux/net/sctp/
H A Dsocket.c8821 if (!CMSG_OK(my_msg, cmsg)) in sctp_msghdr_parse()