Searched refs:icmp_hdr (Results 1 - 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_l4lb.c239 struct icmp6hdr *icmp_hdr; local
242 icmp_hdr = data + off;
243 if (icmp_hdr + 1 > data_end)
245 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG)
261 struct icmphdr *icmp_hdr; local
264 icmp_hdr = data + off;
265 if (icmp_hdr + 1 > data_end)
267 if (icmp_hdr->type != ICMP_DEST_UNREACH ||
268 icmp_hdr->code != ICMP_FRAG_NEEDED)

Completed in 144 milliseconds