Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dif_packet.h48 #define PACKET_VERSION 10 macro
/Linux-v5.15/tools/testing/selftests/net/
Dpsock_fanout.c200 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val, in sock_fanout_open_ring()
Dtoeplitz.c347 if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, &val, sizeof(val))) in create_ring()
Dpsock_tpacket.c107 ret = setsockopt(sock, SOL_PACKET, PACKET_VERSION, &ver, sizeof(ver)); in pfsocket()
/Linux-v5.15/Documentation/networking/
Dpacket_mmap.rst546 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-v5.15/net/packet/
Daf_packet.c3768 case PACKET_VERSION: in packet_setsockopt()
4010 case PACKET_VERSION: in packet_getsockopt()