Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_iptunnel_common.h9 #define MAX_IPTNL_ENTRIES 256U macro
/Linux-v5.4/samples/bpf/
Dxdp_tx_iptunnel_common.h9 #define MAX_IPTNL_ENTRIES 256U macro
Dxdp_tx_iptunnel_user.c142 if (tmp_max_port - tmp_min_port + 1 > MAX_IPTNL_ENTRIES) { in parse_ports()
144 port_str, MAX_IPTNL_ENTRIES); in parse_ports()
Dxdp_tx_iptunnel_kern.c33 .max_entries = MAX_IPTNL_ENTRIES,
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_xdp.c34 __uint(max_entries, MAX_IPTNL_ENTRIES);
Dtest_xdp_loop.c30 __uint(max_entries, MAX_IPTNL_ENTRIES);