/kernel/linux/linux-5.10/include/net/ |
H A D | fou.h | 12 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,
|
H A D | ip6_tunnel.h | 64 struct ip_tunnel_encap encap; 69 size_t (*encap_hlen)(struct ip_tunnel_encap *e); 70 int (*build_header)(struct sk_buff *skb, struct ip_tunnel_encap *e, 86 struct ip_tunnel_encap *ipencap); 88 static inline int ip6_encap_hlen(struct ip_tunnel_encap *e) in ip6_encap_hlen()
|
H A D | ip_tunnels.h | 88 struct ip_tunnel_encap { struct 132 struct ip_tunnel_encap encap; 297 size_t (*encap_hlen)(struct ip_tunnel_encap *e); 298 int (*build_header)(struct sk_buff *skb, struct ip_tunnel_encap *e, 314 struct ip_tunnel_encap *ipencap); 336 static inline int ip_encap_hlen(struct ip_tunnel_encap *e) in ip_encap_hlen() 356 static inline int ip_tunnel_encap(struct sk_buff *skb, struct ip_tunnel *t, in ip_tunnel_encap() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | fou.h | 12 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,
|
H A D | ip6_tunnel.h | 65 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()
|
H A D | ip_tunnels.h | 61 struct ip_tunnel_encap { struct 86 struct ip_tunnel_encap encap; 144 struct ip_tunnel_encap encap; 315 struct ip_tunnel_encap *encap); 324 size_t (*encap_hlen)(struct ip_tunnel_encap *e); 325 int (*build_header)(struct sk_buff *skb, struct ip_tunnel_encap *e, 341 struct ip_tunnel_encap *ipencap); 363 static inline int ip_encap_hlen(struct ip_tunnel_encap *e) in ip_encap_hlen() 383 static inline int ip_tunnel_encap(struct sk_buff *skb, in ip_tunnel_encap() function 384 struct ip_tunnel_encap * in ip_tunnel_encap() [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | fou6.c | 21 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()
|
H A D | sit.c | 1026 if (ip_tunnel_encap(skb, tunnel, &protocol, &fl4) < 0) { in ipip6_tunnel_xmit() 1540 struct ip_tunnel_encap *ipencap) in ipip6_netlink_encap_parms() 1615 struct ip_tunnel_encap ipencap; in ipip6_newlink() 1663 struct ip_tunnel_encap ipencap; in ipip6_changelink()
|
H A D | ip6_tunnel.c | 1820 struct ip_tunnel_encap *ipencap) in ip6_tnl_encap_setup() 2032 struct ip_tunnel_encap *ipencap) in ip6_tnl_netlink_encap_parms() 2070 struct ip_tunnel_encap ipencap; in ip6_tnl_newlink() 2108 struct ip_tunnel_encap ipencap; in ip6_tnl_changelink()
|
H A D | ip6_gre.c | 1946 struct ip_tunnel_encap *ipencap) in ip6gre_netlink_encap_parms() 1983 struct ip_tunnel_encap ipencap; in ip6gre_newlink_common() 2049 struct ip_tunnel_encap ipencap; in ip6gre_changelink_common()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | fou6.c | 21 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()
|
H A D | sit.c | 1027 if (ip_tunnel_encap(skb, &tunnel->encap, &protocol, &fl4) < 0) { in ipip6_tunnel_xmit() 1559 struct ip_tunnel_encap ipencap; in ipip6_newlink() 1607 struct ip_tunnel_encap ipencap; in ipip6_changelink()
|
H A D | ip6_gre.c | 1943 struct ip_tunnel_encap *ipencap) in ip6gre_netlink_encap_parms() 1980 struct ip_tunnel_encap ipencap; in ip6gre_newlink_common() 2046 struct ip_tunnel_encap ipencap; in ip6gre_changelink_common()
|
H A D | ip6_tunnel.c | 1794 struct ip_tunnel_encap *ipencap) in ip6_tnl_encap_setup() 2011 struct ip_tunnel_encap ipencap; in ip6_tnl_newlink() 2049 struct ip_tunnel_encap ipencap; in ip6_tnl_changelink()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fou.c | 947 size_t fou_encap_hlen(struct ip_tunnel_encap *e) in fou_encap_hlen() 953 size_t gue_encap_hlen(struct ip_tunnel_encap *e) in gue_encap_hlen() 971 int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in __fou_build_header() 987 int __gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in __gue_build_header() 1062 static void fou_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou_build_udp() 1081 static int fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou_build_header() 1098 static int gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in gue_build_header()
|
H A D | ipip.c | 451 struct ip_tunnel_encap *ipencap) in ipip_netlink_encap_parms() 489 struct ip_tunnel_encap ipencap; in ipip_newlink() 509 struct ip_tunnel_encap ipencap; in ipip_changelink()
|
H A D | ip_gre.c | 1241 struct ip_tunnel_encap *ipencap) in ipgre_netlink_encap_parms() 1340 struct ip_tunnel_encap ipencap; in ipgre_newlink_encap_setup()
|
H A D | ip_tunnel.c | 475 struct ip_tunnel_encap *ipencap) in ip_tunnel_encap_setup() 759 if (ip_tunnel_encap(skb, tunnel, &protocol, &fl4) < 0) in ip_tunnel_xmit()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fou_core.c | 901 size_t fou_encap_hlen(struct ip_tunnel_encap *e) in fou_encap_hlen() 907 size_t gue_encap_hlen(struct ip_tunnel_encap *e) in gue_encap_hlen() 925 int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in __fou_build_header() 941 int __gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in __gue_build_header() 1016 static void fou_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou_build_udp() 1035 static int fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou_build_header() 1052 static int gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in gue_build_header()
|
H A D | ipip.c | 436 struct ip_tunnel_encap ipencap; in ipip_newlink() 456 struct ip_tunnel_encap ipencap; in ipip_changelink()
|
H A D | ip_tunnel.c | 489 struct ip_tunnel_encap *ipencap) in ip_tunnel_encap_setup() 620 if (ip_tunnel_encap(skb, &tun_info->encap, &proto, &fl4) < 0) in ip_md_tunnel_xmit() 780 if (ip_tunnel_encap(skb, &tunnel->encap, &protocol, &fl4) < 0) in ip_tunnel_xmit()
|
H A D | ip_gre.c | 1242 struct ip_tunnel_encap *ipencap) in ipgre_netlink_encap_parms() 1341 struct ip_tunnel_encap ipencap; in ipgre_newlink_encap_setup()
|
H A D | ip_tunnel_core.c | 1085 struct ip_tunnel_encap *encap) in ip_tunnel_netlink_encap_parms()
|
/kernel/linux/linux-5.10/net/mpls/ |
H A D | af_mpls.c | 44 static size_t ipgre_mpls_encap_hlen(struct ip_tunnel_encap *e) in ipgre_mpls_encap_hlen()
|
/kernel/linux/linux-6.6/net/mpls/ |
H A D | af_mpls.c | 45 static size_t ipgre_mpls_encap_hlen(struct ip_tunnel_encap *e) in ipgre_mpls_encap_hlen()
|