Searched refs:TPACKET_V1 (Results 1 – 4 of 4) sorted by relevance
212 case TPACKET_V1: in __v1_v2_rx_kernel_ready()225 case TPACKET_V1: in __v1_v2_rx_user_ready()259 case TPACKET_V1: in walk_v1_v2_rx()319 case TPACKET_V1: in __v1_v2_tx_kernel_ready()332 case TPACKET_V1: in __v1_v2_tx_user_ready()399 case TPACKET_V1: in walk_v1_v2_tx()636 case TPACKET_V1: in setup_ring()750 [TPACKET_V1] = "TPACKET_V1",769 if (version == TPACKET_V1 && in test_tpacket()794 ret |= test_tpacket(TPACKET_V1, PACKET_RX_RING); in main()[all …]
249 TPACKET_V1, enumerator
203 # define TPACKET_V1 0 /* Old kernel with only V1, so no TPACKET_Vn defined */ macro3582 case TPACKET_V1:3774 handlep->tp_version = TPACKET_V1;3856 case TPACKET_V1:4313 case TPACKET_V1:
16 Attempt to handle TPACKET_V1 with 32-bit userland and 64-bit kernel.