Searched refs:ipv (Results 1 – 2 of 2) sorted by relevance
181 uint16_t *offset, int ipv) in test_get_offset() argument186 if (ipv == 4) { in test_get_offset()190 } else if (ipv == 6) { in test_get_offset()209 int ipv; in test_ip_frag() member256 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()
1633 #define EF10_ENCAP_FILTER_ENTRY(ipv, encap_type, inner_frame_match) \ argument1634 { EFX_ETHER_TYPE_##ipv, EFX_TUNNEL_PROTOCOL_##encap_type, \