Searched defs:ipv6hdr (Results 1 – 6 of 6) sorted by relevance
78 struct ipv6hdr { struct80 __u8 priority : 4, version : 4;86 __u8 flow_lbl[3];87 __be16 payload_len;88 __u8 nexthdr;89 __u8 hop_limit;90 struct in6_addr saddr;91 struct in6_addr daddr;
66 struct ipv6hdr { struct68 __u8 priority:4,69 version:4;76 __u8 flow_lbl[3];77 __be16 payload_len;78 __u8 nexthdr;79 __u8 hop_limit;80 struct in6_addr saddr;81 struct in6_addr daddr;
117 struct ipv6hdr { struct119 __u8 priority:4,120 version:4;127 __u8 flow_lbl[3];129 __be16 payload_len;130 __u8 nexthdr;131 __u8 hop_limit;
617 struct ipv6hdr *ipv6hdr; in batadv_gw_dhcp_recipient_get() local
112 struct ipv6hdr *ipv6hdr = ipv6_hdr(skb); in mlx5e_ipsec_remove_trailer() local
44 struct ipv6hdr *ipv6hdr; in fill_v2_desc_hw() local