Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dxdp_tx_iptunnel_common.h9 #define MAX_IPTNL_ENTRIES 256U macro
H A Dxdp_tx_iptunnel_user.c141 if (tmp_max_port - tmp_min_port + 1 > MAX_IPTNL_ENTRIES) { in parse_ports()
143 port_str, MAX_IPTNL_ENTRIES); in parse_ports()
H A Dxdp_tx_iptunnel_kern.c33 __uint(max_entries, MAX_IPTNL_ENTRIES);
/linux/tools/testing/selftests/bpf/
H A Dtest_iptunnel_common.h9 #define MAX_IPTNL_ENTRIES 256U macro
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_loop.c29 __uint(max_entries, MAX_IPTNL_ENTRIES);
H A Dtest_xdp.c33 __uint(max_entries, MAX_IPTNL_ENTRIES);
H A Dtest_xdp_dynptr.c36 __uint(max_entries, MAX_IPTNL_ENTRIES);