Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ipfrag.c166 int ipv; in test_ip_frag() member
200 if (tests[i].ipv == 4) { in test_ip_frag()
207 } else if (tests[i].ipv == 6) { in test_ip_frag()
215 if (tests[i].ipv == 4) in test_ip_frag()
220 else if (tests[i].ipv == 6) in test_ip_frag()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_filter.c1619 #define EF10_ENCAP_FILTER_ENTRY(ipv, encap_type, inner_frame_match) \ argument
1620 { EFX_ETHER_TYPE_##ipv, EFX_TUNNEL_PROTOCOL_##encap_type, \