Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c74 static bool cfg_use_pf_packet; variable
496 if (cfg_use_pf_packet || cfg_proto == SOCK_RAW) { in do_test()
498 if (cfg_use_pf_packet || cfg_ipproto == IPPROTO_RAW) { in do_test()
515 fd = socket(cfg_use_pf_packet ? PF_PACKET : family, in do_test()
581 if (cfg_use_pf_packet || cfg_proto == SOCK_RAW) { in do_test()
584 if (cfg_use_pf_packet || cfg_ipproto == IPPROTO_RAW) { in do_test()
600 if (cfg_use_pf_packet) { in do_test()
749 cfg_use_pf_packet = true; in parse_opt()
797 if (cfg_do_pktinfo && cfg_use_pf_packet) in parse_opt()
867 cfg_use_pf_packet ? "(PF_PACKET)" : ""); in do_main()