Home
last modified time | relevance | path

Searched refs:guehdr (Results 1 – 4 of 4) sorted by relevance

/net/ipv4/
A Dfou_core.c90 static struct guehdr *gue_remcsum(struct sk_buff *skb, struct guehdr *guehdr, in gue_remcsum() argument
105 guehdr = (struct guehdr *)&udp_hdr(skb)[1]; in gue_remcsum()
124 struct guehdr *guehdr; in gue_udp_recv() local
136 guehdr = (struct guehdr *)&udp_hdr(skb)[1]; in gue_udp_recv()
175 guehdr = (struct guehdr *)&udp_hdr(skb)[1]; in gue_udp_recv()
300 struct guehdr *guehdr, void *data, in gue_gro_remcsum() argument
330 struct guehdr *guehdr; in gue_gro_receive() local
469 struct guehdr *guehdr = (struct guehdr *)(skb->data + nhoff); in gue_gro_complete() local
963 struct guehdr *guehdr; in __gue_build_header() local
990 guehdr = (struct guehdr *)skb->data; in __gue_build_header()
[all …]
/net/ipv6/
A Dfou6.c93 struct guehdr *guehdr; in gue6_err() local
97 len = sizeof(struct udphdr) + sizeof(struct guehdr); in gue6_err()
101 guehdr = (struct guehdr *)&udp_hdr(skb)[1]; in gue6_err()
103 switch (guehdr->version) { in gue6_err()
110 switch (((struct iphdr *)guehdr)->version) { in gue6_err()
128 if (guehdr->control) in gue6_err()
131 optlen = guehdr->hlen << 2; in gue6_err()
136 guehdr = (struct guehdr *)&udp_hdr(skb)[1]; in gue6_err()
137 if (validate_gue_flags(guehdr, optlen)) in gue6_err()
144 if (guehdr->proto_ctype == IPPROTO_UDP || in gue6_err()
[all …]
/net/netfilter/ipvs/
A Dip_vs_xmit.c376 mtu -= sizeof(struct udphdr) + sizeof(struct guehdr); in __ip_vs_get_out_rt()
539 mtu -= sizeof(struct udphdr) + sizeof(struct guehdr); in __ip_vs_get_out_rt_v6()
1001 struct guehdr *gueh; /* Our new GUE header */ in ipvs_gue_encap()
1012 hdrlen = sizeof(struct guehdr) + optlen; in ipvs_gue_encap()
1016 gueh = (struct guehdr *)skb->data; in ipvs_gue_encap()
1153 gue_hdrlen = sizeof(struct guehdr) + gue_optlen; in ip_vs_tunnel_xmit()
1298 gue_hdrlen = sizeof(struct guehdr) + gue_optlen; in ip_vs_tunnel_xmit_v6()
A Dip_vs_core.c1519 struct guehdr _gueh, *gueh; in ipvs_udp_decap()
1530 return sizeof(struct udphdr) + sizeof(struct guehdr) + in ipvs_udp_decap()

Completed in 17 milliseconds