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