Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/lib/
H A Dcsum.c116 static bool cfg_zero_disable; /* skip checksum: set to zero (udp only) */ variable
244 if (cfg_zero_disable) in build_packet_udp()
861 cfg_zero_disable = true; in parse_args()
880 if (cfg_proto != IPPROTO_UDP && (cfg_zero_sum || cfg_zero_disable)) in parse_args()