hdr6              317 net/mpls/af_mpls.c 		struct ipv6hdr *hdr6 = ipv6_hdr(skb);
hdr6              327 net/mpls/af_mpls.c 			hdr6->hop_limit = dec.ttl;
hdr6              328 net/mpls/af_mpls.c 		else if (hdr6->hop_limit)
hdr6              329 net/mpls/af_mpls.c 			hdr6->hop_limit = hdr6->hop_limit - 1;
hdr6             1282 net/netlabel/netlabel_kapi.c 	struct ipv6hdr *hdr6;
hdr6             1312 net/netlabel/netlabel_kapi.c 		hdr6 = ipv6_hdr(skb);
hdr6             1314 net/netlabel/netlabel_kapi.c 						   &hdr6->daddr);
hdr6             1488 net/netlabel/netlabel_unlabeled.c 		struct ipv6hdr *hdr6;
hdr6             1491 net/netlabel/netlabel_unlabeled.c 		hdr6 = ipv6_hdr(skb);
hdr6             1492 net/netlabel/netlabel_unlabeled.c 		addr6 = netlbl_af6list_search(&hdr6->saddr,
hdr6               27 samples/bpf/tcp_tos_reflect_kern.c 	struct ipv6hdr *hdr6;
hdr6               60 samples/bpf/tcp_tos_reflect_kern.c 				hdr6 = (struct ipv6hdr *) header;
hdr6               61 samples/bpf/tcp_tos_reflect_kern.c 				tos = ((hdr6->priority) << 4 |
hdr6               62 samples/bpf/tcp_tos_reflect_kern.c 				       (hdr6->flow_lbl[0]) >>  4);