Home
last modified time | relevance | path

Searched refs:icmp6hdr (Results 1 – 7 of 7) sorted by relevance

/include/net/
A Dmld.h10 struct icmp6hdr mld_hdr;
31 struct icmp6hdr mld2r_hdr;
43 struct icmp6hdr mld2q_hdr;
A Dndisc.h73 struct icmp6hdr icmph;
79 struct icmp6hdr icmph;
84 struct icmp6hdr icmph;
90 struct icmp6hdr icmph;
A Daddrconf.h283 struct icmp6hdr *hdr; in ipv6_is_mld()
286 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr))) in ipv6_is_mld()
289 hdr = (struct icmp6hdr *)(skb_network_header(skb) + offset); in ipv6_is_mld()
A Dipv6_frag.h135 offset += sizeof(struct icmp6hdr); in ipv6frag_thdr_truncated()
A Dipv6.h439 struct icmp6hdr *thdr, int len);
/include/linux/
A Dicmpv6.h9 static inline struct icmp6hdr *icmp6_hdr(const struct sk_buff *skb) in icmp6_hdr()
11 return (struct icmp6hdr *)skb_transport_header(skb); in icmp6_hdr()
/include/uapi/linux/
A Dicmpv6.h8 struct icmp6hdr { struct

Completed in 237 milliseconds