HomeSort by relevance Sort by last modified time
    Searched defs:icmp_hdr (Results 1 - 4 of 4) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_l4lb.c 239 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)
test_l4lb_noinline.c 239 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)
test_xdp_noinline.c 440 struct icmphdr *icmp_hdr; local
454 icmp_hdr = data + off;
455 icmp_hdr->type = 0;
456 icmp_hdr->checksum += 0x0007;
473 struct icmp6hdr *icmp_hdr; local
484 icmp_hdr = data + off;
485 icmp_hdr->icmp6_type = 129;
486 icmp_hdr->icmp6_cksum -= 0x0001;
498 struct icmp6hdr *icmp_hdr; local
501 icmp_hdr = data + off
523 struct icmphdr *icmp_hdr; local
    [all...]
  /external/u-boot/include/
net.h 455 struct icmp_hdr { struct
473 #define ICMP_HDR_SIZE (sizeof(struct icmp_hdr))

Completed in 257 milliseconds