Searched refs:icmp_ext_obj_hdr (Results 1 – 3 of 3) sorted by relevance
157 struct icmp_ext_obj_hdr { struct167 __CTASSERT(sizeof(struct icmp_ext_obj_hdr) == 4); argument
1107 struct icmp_ext_obj_hdr *obj_hdr; in decode_extensions()1156 while (datalen >= sizeof(struct icmp_ext_obj_hdr)) { in decode_extensions()1157 obj_hdr = (struct icmp_ext_obj_hdr *)buf; in decode_extensions()1171 buf += sizeof(struct icmp_ext_obj_hdr); in decode_extensions()1172 obj_len -= sizeof(struct icmp_ext_obj_hdr); in decode_extensions()1201 sizeof(struct icmp_ext_obj_hdr); in decode_extensions()1211 sizeof(struct icmp_ext_obj_hdr); in decode_extensions()
138 struct icmp_ext_obj_hdr obj_hdr;174 sizeof(struct icmp_ext_obj_hdr)); in mpls_icmp_error()