Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dsend.c962 if (!CMSG_OK(msg, cmsg)) in rds_rm_size()
1051 if (!CMSG_OK(msg, cmsg)) in rds_cmsg_send()
1110 if (!CMSG_OK(msg, cmsg)) in rds_rdma_bytes()
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h147 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ macro
/linux/net/rxrpc/
H A Dsendmsg.c512 if (!CMSG_OK(msg, cmsg)) in rxrpc_sendmsg_cmsg()
/linux/net/dccp/
H A Dproto.c
/linux/crypto/
H A Daf_alg.c562 if (!CMSG_OK(msg, cmsg)) in af_alg_cmsg_send()
/linux/net/ipv6/
H A Ddatagram.c775 if (!CMSG_OK(msg, cmsg)) { in ip6_datagram_send_ctl()
/linux/net/tls/
H A Dtls_main.c245 if (!CMSG_OK(msg, cmsg)) in tls_process_cmsg()
/linux/net/ipv4/
H A Dudp.c1217 if (!CMSG_OK(msg, cmsg)) in udp_cmsg_send()
/linux/net/sctp/
H A Dsocket.c8872 if (!CMSG_OK(my_msg, cmsg)) in sctp_msghdr_parse()