Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/net/
Dcsum.c116 static bool cfg_zero_disable; /* skip checksum: set to zero (udp only) */ variable
244 if (cfg_zero_disable) in build_packet_udp()
839 cfg_zero_disable = true; in parse_args()
858 if (cfg_proto != IPPROTO_UDP && (cfg_zero_sum || cfg_zero_disable)) in parse_args()