Searched refs:IP_PKTINFO (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | ip_sockglue.c | 59 put_cmsg(msg, SOL_IP, IP_PKTINFO, sizeof(info), &info); in ip_cmsg_recv_pktinfo() 259 case IP_PKTINFO: in ip_cmsg_send() 580 case IP_PKTINFO: in do_ip_setsockopt() 660 case IP_PKTINFO: in do_ip_setsockopt() 1317 case IP_PKTINFO: in do_ip_getsockopt() 1456 put_cmsg(&msg, SOL_IP, IP_PKTINFO, sizeof(info), &info); in do_ip_getsockopt()
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | timestamping.c | 239 case IP_PKTINFO: { in printpacket() 446 if (setsockopt(sock, SOL_IP, IP_PKTINFO, in main()
|
D | txtimestamp.c | 205 cm->cmsg_type == IP_PKTINFO) { in __recv_errmsg_cmsg() 316 if (setsockopt(fd, SOL_IP, IP_PKTINFO, in do_test()
|
/linux-4.4.14/include/uapi/linux/ |
D | in.h | 96 #define IP_PKTINFO 8 macro
|
/linux-4.4.14/net/sunrpc/ |
D | svcsock.c | 150 cmh->cmsg_type = IP_PKTINFO; in svc_set_cmsg_data() 513 if (cmh->cmsg_type != IP_PKTINFO) in svc_udp_get_dest_address4() 770 optname = IP_PKTINFO; in svc_udp_init()
|
/linux-4.4.14/Documentation/networking/ |
D | timestamping.txt | 162 option IP_PKTINFO simultaneously. 180 instance SOL_IP/IP_PKTINFO to detect the egress network interface.
|
D | vrf.txt | 88 or to specify the output device using cmsg and IP_PKTINFO.
|