Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect_dynptr.c117 static bool ipv4_is_fragment(const struct iphdr *ip) in ipv4_is_fragment() function
767 if (ipv4_is_fragment(&ipv4)) { in process_ipv4()
887 if (ipv4_is_fragment((void *)&encap->ip)) { in cls_redirect()
H A Dtest_cls_redirect.c207 static INLINING bool ipv4_is_fragment(const struct iphdr *ip) in ipv4_is_fragment() function
870 if (ipv4_is_fragment(ipv4)) { in process_ipv4()
986 if (ipv4_is_fragment((void *)&encap->ip)) { in cls_redirect()