Home
last modified time | relevance | path

Searched refs:PACKET_VERSION (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dif_packet.h46 #define PACKET_VERSION 10 macro
/linux-4.1.27/tools/testing/selftests/net/
Dpsock_fanout.c105 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val, in sock_fanout_open_ring()
Dpsock_tpacket.c119 ret = setsockopt(sock, SOL_PACKET, PACKET_VERSION, &ver, sizeof(ver)); in pfsocket()
/linux-4.1.27/Documentation/networking/
Dpacket_mmap.txt537 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/
Daf_packet.c3345 case PACKET_VERSION: in packet_setsockopt()
3530 case PACKET_VERSION: in packet_getsockopt()