Searched refs:cmsg_type (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/Documentation/networking/timestamping/ |
D | txtimestamp.c | 190 cm->cmsg_type == SCM_TIMESTAMPING) { in __recv_errmsg_cmsg() 193 cm->cmsg_type == IP_RECVERR) || in __recv_errmsg_cmsg() 195 cm->cmsg_type == IPV6_RECVERR)) { in __recv_errmsg_cmsg() 205 cm->cmsg_type == IP_PKTINFO) { in __recv_errmsg_cmsg() 210 cm->cmsg_type == IPV6_PKTINFO) { in __recv_errmsg_cmsg() 216 cm->cmsg_level, cm->cmsg_type); in __recv_errmsg_cmsg()
|
D | timestamping.c | 179 switch (cmsg->cmsg_type) { in printpacket() 212 printf("type %d", cmsg->cmsg_type); in printpacket() 218 switch (cmsg->cmsg_type) { in printpacket() 247 printf("type %d", cmsg->cmsg_type); in printpacket() 254 cmsg->cmsg_type); in printpacket()
|
/linux-4.1.27/net/core/ |
D | scm.c | 155 switch (cmsg->cmsg_type) in __scm_send() 235 cmhdr.cmsg_type = type; in put_cmsg() 309 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds()
|
/linux-4.1.27/include/net/ |
D | compat.h | 29 compat_int_t cmsg_type; member
|
/linux-4.1.27/net/ipv6/ |
D | datagram.c | 708 switch (cmsg->cmsg_type) { in ip6_datagram_send_ctl() 839 if (cmsg->cmsg_type == IPV6_DSTOPTS) { in ip6_datagram_send_ctl() 888 if (cmsg->cmsg_type == IPV6_2292RTHDR && opt->dst1opt) { in ip6_datagram_send_ctl() 951 cmsg->cmsg_type); in ip6_datagram_send_ctl()
|
/linux-4.1.27/net/ |
D | compat.c | 178 __get_user(kcmsg->cmsg_type, &ucmsg->cmsg_type) || in cmsghdr_from_user_compat_to_kern() 243 cmhdr.cmsg_type = type; in put_cmsg_compat() 293 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds_compat()
|
/linux-4.1.27/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 118 (cmsg->cmsg_type != SCM_RIGHTS)) { in tuntap_open_tramp()
|
/linux-4.1.27/net/sunrpc/ |
D | svcsock.c | 150 cmh->cmsg_type = IP_PKTINFO; in svc_set_cmsg_data() 163 cmh->cmsg_type = IPV6_PKTINFO; in svc_set_cmsg_data() 488 if (cmh->cmsg_type != IP_PKTINFO) in svc_udp_get_dest_address4() 505 if (cmh->cmsg_type != IPV6_PKTINFO) in svc_udp_get_dest_address6() 602 cmh->cmsg_level, cmh->cmsg_type); in svc_udp_recvfrom()
|
/linux-4.1.27/include/linux/ |
D | socket.h | 82 int cmsg_type; /* protocol-specific type */ member
|
/linux-4.1.27/net/rxrpc/ |
D | ar-output.c | 53 cmsg->cmsg_level, cmsg->cmsg_type, len); in rxrpc_sendmsg_cmsg() 58 switch (cmsg->cmsg_type) { in rxrpc_sendmsg_cmsg()
|
/linux-4.1.27/net/dccp/ |
D | proto.c | 727 if (cmsg->cmsg_type <= DCCP_SCM_QPOLICY_MAX && in dccp_msghdr_parse() 728 !dccp_qpolicy_param_ok(skb->sk, cmsg->cmsg_type)) in dccp_msghdr_parse() 731 switch (cmsg->cmsg_type) { in dccp_msghdr_parse()
|
/linux-4.1.27/net/rds/ |
D | send.c | 865 switch (cmsg->cmsg_type) { in rds_rm_size() 920 switch (cmsg->cmsg_type) { in rds_cmsg_send()
|
D | rdma.c | 781 switch (cmsg->cmsg_type) { in rds_cmsg_atomic()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 510 (cmsg->cmsg_type != SCM_RIGHTS)) { in os_rcv_fd()
|
/linux-4.1.27/crypto/ |
D | af_alg.c | 448 switch (cmsg->cmsg_type) { in af_alg_cmsg_send()
|
/linux-4.1.27/net/ipv4/ |
D | ip_sockglue.c | 234 cmsg->cmsg_type == IPV6_PKTINFO) { in ip_cmsg_send() 249 switch (cmsg->cmsg_type) { in ip_cmsg_send()
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 1085 if (cmsg->cmsg_type & cmsg_done) { in iucv_sock_sendmsg() 1089 cmsg_done |= cmsg->cmsg_type; in iucv_sock_sendmsg() 1091 switch (cmsg->cmsg_type) { in iucv_sock_sendmsg()
|
/linux-4.1.27/fs/dlm/ |
D | lowcomms.c | 559 cmsg->cmsg_type = SCTP_SNDRCV; in sctp_send_shutdown() 1126 cmsg->cmsg_type = SCTP_SNDRCV; in sctp_init_assoc()
|
/linux-4.1.27/Documentation/networking/ |
D | dccp.txt | 59 cmsg->cmsg_type = DCCP_SCM_PRIORITY;
|
D | timestamping.txt | 256 SOL_SOCKET, cmsg_type SCM_TIMESTAMPING, and payload of type
|
/linux-4.1.27/net/sctp/ |
D | socket.c | 6621 switch (cmsg->cmsg_type) { in sctp_msghdr_parse()
|