Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c67 static bool cfg_use_pf_packet; variable
397 if (cfg_use_pf_packet || cfg_proto == SOCK_RAW) { in do_test()
399 if (cfg_use_pf_packet || cfg_ipproto == IPPROTO_RAW) in do_test()
416 fd = socket(cfg_use_pf_packet ? PF_PACKET : family, in do_test()
468 if (cfg_use_pf_packet || cfg_proto == SOCK_RAW) { in do_test()
471 if (cfg_use_pf_packet || cfg_ipproto == IPPROTO_RAW) { in do_test()
487 if (cfg_use_pf_packet) { in do_test()
612 cfg_use_pf_packet = true; in parse_opt()
654 if (cfg_do_pktinfo && cfg_use_pf_packet) in parse_opt()
722 cfg_use_pf_packet ? "(PF_PACKET)" : ""); in do_main()