Home
last modified time | relevance | path

Searched defs:ipv6hdr (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dipv6.h78 struct ipv6hdr { struct
80 __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;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dipv6.h66 struct ipv6hdr { struct
68 __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;
/kernel/linux/linux-5.10/include/uapi/linux/
Dipv6.h117 struct ipv6hdr { struct
119 __u8 priority:4,
120 version:4;
127 __u8 flow_lbl[3];
129 __be16 payload_len;
130 __u8 nexthdr;
131 __u8 hop_limit;
/kernel/linux/linux-5.10/net/batman-adv/
Dgateway_client.c617 struct ipv6hdr *ipv6hdr; in batadv_gw_dhcp_recipient_get() local
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_rxtx.c112 struct ipv6hdr *ipv6hdr = ipv6_hdr(skb); in mlx5e_ipsec_remove_trailer() local
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c44 struct ipv6hdr *ipv6hdr; in fill_v2_desc_hw() local