Home
last modified time | relevance | path

Searched refs:ip_tunnel_encap (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/include/net/
Dfou.h12 size_t fou_encap_hlen(struct ip_tunnel_encap *e);
13 size_t gue_encap_hlen(struct ip_tunnel_encap *e);
15 int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
17 int __gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
Dip6_tunnel.h65 struct ip_tunnel_encap encap;
70 size_t (*encap_hlen)(struct ip_tunnel_encap *e);
71 int (*build_header)(struct sk_buff *skb, struct ip_tunnel_encap *e,
87 struct ip_tunnel_encap *ipencap);
89 static inline int ip6_encap_hlen(struct ip_tunnel_encap *e) in ip6_encap_hlen()
Dip_tunnels.h89 struct ip_tunnel_encap { struct
136 struct ip_tunnel_encap encap;
306 struct ip_tunnel_encap *encap);
315 size_t (*encap_hlen)(struct ip_tunnel_encap *e);
316 int (*build_header)(struct sk_buff *skb, struct ip_tunnel_encap *e,
332 struct ip_tunnel_encap *ipencap);
354 static inline int ip_encap_hlen(struct ip_tunnel_encap *e) in ip_encap_hlen()
374 static inline int ip_tunnel_encap(struct sk_buff *skb, struct ip_tunnel *t, in ip_tunnel_encap() function
/linux-6.1.9/net/ipv6/
Dfou6.c21 static void fou6_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou6_build_udp()
40 static int fou6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou6_build_header()
57 static int gue6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in gue6_build_header()
Dsit.c1027 if (ip_tunnel_encap(skb, tunnel, &protocol, &fl4) < 0) { in ipip6_tunnel_xmit()
1557 struct ip_tunnel_encap ipencap; in ipip6_newlink()
1605 struct ip_tunnel_encap ipencap; in ipip6_changelink()
Dip6_tunnel.c1781 struct ip_tunnel_encap *ipencap) in ip6_tnl_encap_setup()
1998 struct ip_tunnel_encap ipencap; in ip6_tnl_newlink()
2036 struct ip_tunnel_encap ipencap; in ip6_tnl_changelink()
Dip6_gre.c1962 struct ip_tunnel_encap *ipencap) in ip6gre_netlink_encap_parms()
1999 struct ip_tunnel_encap ipencap; in ip6gre_newlink_common()
2065 struct ip_tunnel_encap ipencap; in ip6gre_changelink_common()
/linux-6.1.9/net/ipv4/
Dfou.c934 size_t fou_encap_hlen(struct ip_tunnel_encap *e) in fou_encap_hlen()
940 size_t gue_encap_hlen(struct ip_tunnel_encap *e) in gue_encap_hlen()
958 int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in __fou_build_header()
974 int __gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in __gue_build_header()
1049 static void fou_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou_build_udp()
1068 static int fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou_build_header()
1085 static int gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in gue_build_header()
Dipip.c435 struct ip_tunnel_encap ipencap; in ipip_newlink()
455 struct ip_tunnel_encap ipencap; in ipip_changelink()
Dip_tunnel.c462 struct ip_tunnel_encap *ipencap) in ip_tunnel_encap_setup()
735 if (ip_tunnel_encap(skb, tunnel, &protocol, &fl4) < 0) in ip_tunnel_xmit()
Dip_gre.c1237 struct ip_tunnel_encap *ipencap) in ipgre_netlink_encap_parms()
1336 struct ip_tunnel_encap ipencap; in ipgre_newlink_encap_setup()
Dip_tunnel_core.c1085 struct ip_tunnel_encap *encap) in ip_tunnel_netlink_encap_parms()
/linux-6.1.9/net/mpls/
Daf_mpls.c44 static size_t ipgre_mpls_encap_hlen(struct ip_tunnel_encap *e) in ipgre_mpls_encap_hlen()