Searched refs:PACKET_VERSION (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | if_packet.h | 47 #define PACKET_VERSION 10 macro
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | psock_fanout.c | 201 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val, in sock_fanout_open_ring()
|
D | psock_tpacket.c | 121 ret = setsockopt(sock, SOL_PACKET, PACKET_VERSION, &ver, sizeof(ver)); in pfsocket()
|
/Linux-v4.19/Documentation/networking/ |
D | packet_mmap.txt | 525 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/ |
D | af_packet.c | 3667 case PACKET_VERSION: in packet_setsockopt() 3894 case PACKET_VERSION: in packet_getsockopt()
|