Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_packet.h47 #define PACKET_VERSION 10 macro
/Linux-v4.19/tools/testing/selftests/net/
Dpsock_fanout.c201 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val, in sock_fanout_open_ring()
Dpsock_tpacket.c121 ret = setsockopt(sock, SOL_PACKET, PACKET_VERSION, &ver, sizeof(ver)); in pfsocket()
/Linux-v4.19/Documentation/networking/
Dpacket_mmap.txt525 setsockopt(fd, SOL_PACKET, PACKET_VERSION, &val, sizeof(val));
526 getsockopt(fd, SOL_PACKET, PACKET_VERSION, &val, sizeof(val));
813 err = setsockopt(fd, SOL_PACKET, PACKET_VERSION, &v, sizeof(v));
/Linux-v4.19/net/packet/
Daf_packet.c3667 case PACKET_VERSION: in packet_setsockopt()
3894 case PACKET_VERSION: in packet_getsockopt()