Home
last modified time | relevance | path

Searched refs:MAX_IPTNL_ENTRIES (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_iptunnel_common.h9 #define MAX_IPTNL_ENTRIES 256U macro
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_tx_iptunnel_common.h9 #define MAX_IPTNL_ENTRIES 256U macro
H A 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()
H A Dxdp_tx_iptunnel_kern.c33 __uint(max_entries, MAX_IPTNL_ENTRIES);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_iptunnel_common.h9 #define MAX_IPTNL_ENTRIES 256U macro
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c34 __uint(max_entries, MAX_IPTNL_ENTRIES);
H A Dtest_xdp_loop.c30 __uint(max_entries, MAX_IPTNL_ENTRIES);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c32 __uint(max_entries, MAX_IPTNL_ENTRIES);
H A Dtest_xdp_dynptr.c36 __uint(max_entries, MAX_IPTNL_ENTRIES);
H A Dtest_xdp_loop.c28 __uint(max_entries, MAX_IPTNL_ENTRIES);

Completed in 5 milliseconds