Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A 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,
H A Dip6_tunnel.h64 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 Dip_tunnels.h88 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
/OK3568_Linux_fs/kernel/net/ipv6/
H A 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()
H A Dsit.c1026 if (ip_tunnel_encap(skb, tunnel, &protocol, &fl4) < 0) { in ipip6_tunnel_xmit()
1538 struct ip_tunnel_encap *ipencap) in ipip6_netlink_encap_parms()
1613 struct ip_tunnel_encap ipencap; in ipip6_newlink()
1661 struct ip_tunnel_encap ipencap; in ipip6_changelink()
H A Dip6_tunnel.c1810 struct ip_tunnel_encap *ipencap) in ip6_tnl_encap_setup()
2022 struct ip_tunnel_encap *ipencap) in ip6_tnl_netlink_encap_parms()
2060 struct ip_tunnel_encap ipencap; in ip6_tnl_newlink()
2098 struct ip_tunnel_encap ipencap; in ip6_tnl_changelink()
H A Dip6_gre.c1942 struct ip_tunnel_encap *ipencap) in ip6gre_netlink_encap_parms()
1979 struct ip_tunnel_encap ipencap; in ip6gre_newlink_common()
2045 struct ip_tunnel_encap ipencap; in ip6gre_changelink_common()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfou.c947 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 Dipip.c451 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 Dip_tunnel.c462 struct ip_tunnel_encap *ipencap) in ip_tunnel_encap_setup()
732 if (ip_tunnel_encap(skb, tunnel, &protocol, &fl4) < 0) in ip_tunnel_xmit()
H A Dip_gre.c1238 struct ip_tunnel_encap *ipencap) in ipgre_netlink_encap_parms()
1337 struct ip_tunnel_encap ipencap; in ipgre_newlink_encap_setup()
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c44 static size_t ipgre_mpls_encap_hlen(struct ip_tunnel_encap *e) in ipgre_mpls_encap_hlen()