Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c758 static int test_tpacket(int version, int type) in test_tpacket() function
792 ret |= test_tpacket(TPACKET_V1, PACKET_RX_RING); in main()
793 ret |= test_tpacket(TPACKET_V1, PACKET_TX_RING); in main()
795 ret |= test_tpacket(TPACKET_V2, PACKET_RX_RING); in main()
796 ret |= test_tpacket(TPACKET_V2, PACKET_TX_RING); in main()
798 ret |= test_tpacket(TPACKET_V3, PACKET_RX_RING); in main()