gueh             1595 net/netfilter/ipvs/ip_vs_core.c 		struct guehdr _gueh, *gueh;
gueh             1597 net/netfilter/ipvs/ip_vs_core.c 		gueh = skb_header_pointer(skb, offset, sizeof(_gueh), &_gueh);
gueh             1598 net/netfilter/ipvs/ip_vs_core.c 		if (!gueh)
gueh             1600 net/netfilter/ipvs/ip_vs_core.c 		if (gueh->control != 0 || gueh->version != 0)
gueh             1603 net/netfilter/ipvs/ip_vs_core.c 		if (gueh->proto_ctype != IPPROTO_IPIP)
gueh             1605 net/netfilter/ipvs/ip_vs_core.c 		*proto = gueh->proto_ctype;
gueh             1607 net/netfilter/ipvs/ip_vs_core.c 		       (gueh->hlen << 2);
gueh             1028 net/netfilter/ipvs/ip_vs_xmit.c 	struct guehdr  *gueh;	/* Our new GUE header */
gueh             1043 net/netfilter/ipvs/ip_vs_xmit.c 	gueh = (struct guehdr *)skb->data;
gueh             1045 net/netfilter/ipvs/ip_vs_xmit.c 	gueh->control = 0;
gueh             1046 net/netfilter/ipvs/ip_vs_xmit.c 	gueh->version = 0;
gueh             1047 net/netfilter/ipvs/ip_vs_xmit.c 	gueh->hlen = optlen >> 2;
gueh             1048 net/netfilter/ipvs/ip_vs_xmit.c 	gueh->flags = 0;
gueh             1049 net/netfilter/ipvs/ip_vs_xmit.c 	gueh->proto_ctype = *next_protocol;
gueh             1051 net/netfilter/ipvs/ip_vs_xmit.c 	data = &gueh[1];
gueh             1058 net/netfilter/ipvs/ip_vs_xmit.c 		gueh->flags |= GUE_FLAG_PRIV;
gueh              256 tools/testing/selftests/bpf/test_flow_dissector.c 	struct guehdr *gueh = header;
gueh              258 tools/testing/selftests/bpf/test_flow_dissector.c 	gueh->proto_ctype = proto;