Searched refs:PACKET_VERSION (Results 1 – 6 of 6) sorted by relevance
/linux/include/uapi/linux/ |
H A D | if_packet.h | 48 #define PACKET_VERSION 10 macro
|
/linux/tools/testing/selftests/net/ |
H A D | psock_fanout.c | 229 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val, in sock_fanout_open_ring()
|
H A D | toeplitz.c | 351 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, &val, sizeof(val))) in create_ring()
|
H A D | psock_tpacket.c | 107 ret = setsockopt(sock, SOL_PACKET, PACKET_VERSION, &ver, sizeof(ver)); in pfsocket()
|
/linux/Documentation/networking/ |
H A D | packet_mmap.rst | 547 setsockopt(fd, SOL_PACKET, PACKET_VERSION, &val, sizeof(val)); 548 getsockopt(fd, SOL_PACKET, PACKET_VERSION, &val, sizeof(val)); 839 err = setsockopt(fd, SOL_PACKET, PACKET_VERSION, &v, sizeof(v));
|
/linux/net/packet/ |
H A D | af_packet.c | 3909 case PACKET_VERSION: in packet_setsockopt() 4163 case PACKET_VERSION: in packet_getsockopt()
|