Searched refs:extobj_hdr (Results 1 – 2 of 2) sorted by relevance
149 struct icmp_extobj_hdr extobj_hdr; member
1309 iio = skb_header_pointer(skb, sizeof(_ext_hdr), sizeof(iio->extobj_hdr), &_iio); in icmp_build_probe()1312 if (ntohs(iio->extobj_hdr.length) <= sizeof(iio->extobj_hdr) || in icmp_build_probe()1313 ntohs(iio->extobj_hdr.length) > sizeof(_iio)) in icmp_build_probe()1315 ident_len = ntohs(iio->extobj_hdr.length) - sizeof(iio->extobj_hdr); in icmp_build_probe()1317 sizeof(iio->extobj_hdr) + ident_len, &_iio); in icmp_build_probe()1323 switch (iio->extobj_hdr.class_type) { in icmp_build_probe()