Searched defs:icmp6_hdr (Results 1 – 9 of 9) sorted by relevance
87 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct88 uint8 icmp6_type;89 uint8 icmp6_code;90 uint16 icmp6_cksum;91 BWL_PRE_PACKED_STRUCT union {117 struct icmp6_hdr icmph; argument
92 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct93 uint8 icmp6_type;94 uint8 icmp6_code;95 uint16 icmp6_cksum;96 BWL_PRE_PACKED_STRUCT union {122 struct icmp6_hdr icmph; argument
38 struct icmp6_hdr struct40 uint8_t icmp6_type; /* type field */41 uint8_t icmp6_code; /* code field */42 uint16_t icmp6_cksum; /* checksum field */44 {48 } icmp6_dataun;
9 static inline struct icmp6hdr *icmp6_hdr(const struct sk_buff *skb) in icmp6_hdr() function