Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_sockmap.c112 int strp_size; member
121 .strp_size = 0,
258 if (ctx.strp_size != 0) { in setup_rx_sockmap()
259 ctx.skel->bss->pkt_size = ctx.strp_size; in setup_rx_sockmap()
573 ctx.strp_size = strtol(arg, NULL, 10); in parse_arg()