Searched refs:PACKET_VERSION (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | if_packet.h | 46 #define PACKET_VERSION 10 macro
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_fanout.c | 105 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val, in sock_fanout_open_ring()
|
D | psock_tpacket.c | 119 ret = setsockopt(sock, SOL_PACKET, PACKET_VERSION, &ver, sizeof(ver)); in pfsocket()
|
/linux-4.1.27/Documentation/networking/ |
D | packet_mmap.txt | 537 setsockopt(fd, SOL_PACKET, PACKET_VERSION, &val, sizeof(val)); 538 getsockopt(fd, SOL_PACKET, PACKET_VERSION, &val, sizeof(val)); 820 err = setsockopt(fd, SOL_PACKET, PACKET_VERSION, &v, sizeof(v));
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 3345 case PACKET_VERSION: in packet_setsockopt() 3530 case PACKET_VERSION: in packet_getsockopt()
|