Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdp_tx_iptunnel_common.h12 #define MAX_IPTNL_ENTRIES 256U macro
Dxdp_tx_iptunnel_user.c128 if (tmp_max_port - tmp_min_port + 1 > MAX_IPTNL_ENTRIES) { in parse_ports()
130 port_str, MAX_IPTNL_ENTRIES); in parse_ports()
Dxdp_tx_iptunnel_kern.c33 .max_entries = MAX_IPTNL_ENTRIES,
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_iptunnel_common.h12 #define MAX_IPTNL_ENTRIES 256U macro
Dtest_xdp.c36 .max_entries = MAX_IPTNL_ENTRIES,