Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ipfrag.c181 uint16_t *offset, int ipv) in test_get_offset() argument
186 if (ipv == 4) { in test_get_offset()
190 } else if (ipv == 6) { in test_get_offset()
209 int ipv; in test_ip_frag() member
256 if (tests[i].ipv == 4) { in test_ip_frag()
265 } else if (tests[i].ipv == 6) { in test_ip_frag()
273 if (tests[i].ipv == 4) in test_ip_frag()
278 else if (tests[i].ipv == 6) in test_ip_frag()
288 fragment_offset, tests[i].ipv); in test_ip_frag()
/dpdk/drivers/common/sfc_efx/base/
H A Def10_filter.c1633 #define EF10_ENCAP_FILTER_ENTRY(ipv, encap_type, inner_frame_match) \ argument
1634 { EFX_ETHER_TYPE_##ipv, EFX_TUNNEL_PROTOCOL_##encap_type, \