Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_adjust_frags.c8 int err, prog_fd, max_skb_frags, buf_size, num; in test_xdp_update_frags() local
109 num = fscanf(f, "%d", &max_skb_frags); in test_xdp_update_frags()
118 buf_size = 4096 + (max_skb_frags + 1) * sysconf(_SC_PAGE_SIZE); in test_xdp_update_frags()
/linux/net/core/
H A Dsysctl_net_core.c36 static int max_skb_frags = MAX_SKB_FRAGS; variable
581 .extra2 = &max_skb_frags,