Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dpsock_snd.c46 static int cfg_truncate_len = INT_MAX; variable
240 if (cfg_truncate_len < len) in do_tx()
241 len = cfg_truncate_len; in do_tx()
336 cfg_truncate_len = strtoul(optarg, NULL, 0); in parse_opts()