Searched refs:cmsg_type (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/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.4.14/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()
|
D | sock.c | 1902 switch (cmsg->cmsg_type) { in sock_cmsg_send()
|
/linux-4.4.14/include/net/ |
D | compat.h | 29 compat_int_t cmsg_type; member
|
/linux-4.4.14/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.4.14/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.4.14/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 118 (cmsg->cmsg_type != SCM_RIGHTS)) { in tuntap_open_tramp()
|
/linux-4.4.14/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() 513 if (cmh->cmsg_type != IP_PKTINFO) in svc_udp_get_dest_address4() 530 if (cmh->cmsg_type != IPV6_PKTINFO) in svc_udp_get_dest_address6() 627 cmh->cmsg_level, cmh->cmsg_type); in svc_udp_recvfrom()
|
/linux-4.4.14/include/linux/ |
D | socket.h | 82 int cmsg_type; /* protocol-specific type */ member
|
/linux-4.4.14/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.4.14/net/dccp/ |
D | proto.c | 726 if (cmsg->cmsg_type <= DCCP_SCM_QPOLICY_MAX && in dccp_msghdr_parse() 727 !dccp_qpolicy_param_ok(skb->sk, cmsg->cmsg_type)) in dccp_msghdr_parse() 730 switch (cmsg->cmsg_type) { in dccp_msghdr_parse()
|
/linux-4.4.14/net/rds/ |
D | send.c | 892 switch (cmsg->cmsg_type) { in rds_rm_size() 947 switch (cmsg->cmsg_type) { in rds_cmsg_send()
|
D | rdma.c | 784 switch (cmsg->cmsg_type) { in rds_cmsg_atomic()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 511 (cmsg->cmsg_type != SCM_RIGHTS)) { in os_rcv_fd()
|
/linux-4.4.14/crypto/ |
D | af_alg.c | 451 switch (cmsg->cmsg_type) { in af_alg_cmsg_send()
|
/linux-4.4.14/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.4.14/net/iucv/ |
D | af_iucv.c | 1084 if (cmsg->cmsg_type & cmsg_done) { in iucv_sock_sendmsg() 1088 cmsg_done |= cmsg->cmsg_type; in iucv_sock_sendmsg() 1090 switch (cmsg->cmsg_type) { in iucv_sock_sendmsg()
|
/linux-4.4.14/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.4.14/net/sctp/ |
D | socket.c | 6608 switch (cmsg->cmsg_type) { in sctp_msghdr_parse()
|