Searched refs:ip_tunnel_encap (Results 1 – 10 of 10) sorted by relevance
| /linux/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 | 89 struct ip_tunnel_encap { struct 114 struct ip_tunnel_encap encap; argument 184 struct ip_tunnel_encap encap; 435 struct ip_tunnel_encap *encap); 444 size_t (*encap_hlen)(struct ip_tunnel_encap *e); 445 int (*build_header)(struct sk_buff *skb, struct ip_tunnel_encap *e, 461 struct ip_tunnel_encap *ipencap); 526 static inline int ip_encap_hlen(struct ip_tunnel_encap *e) in ip_encap_hlen() 546 static inline int ip_tunnel_encap(struct sk_buff *skb, in ip_tunnel_encap() function 547 struct ip_tunnel_encap *e, in ip_tunnel_encap()
|
| /linux/net/ipv4/ |
| H A D | ipip.c | 471 struct ip_tunnel_encap ipencap; in ipip_changelink() 492 struct ip_tunnel_encap ipencap; in ipip_get_size()
|
| H A D | ip_tunnel.c | 490 struct ip_tunnel_encap *ipencap) in ip_tunnel_encap_setup() 607 if (ip_tunnel_encap(skb, &tun_info->encap, &proto, &fl4) < 0) in ip_md_tunnel_xmit() 767 if (ip_tunnel_encap(skb, &tunnel->encap, &protocol, &fl4) < 0) in ip_tunnel_xmit()
|
| H A D | ip_gre.c | 1297 struct ip_tunnel_encap *ipencap) in ipgre_netlink_encap_parms() 1396 struct ip_tunnel_encap ipencap; in ipgre_newlink_encap_setup()
|
| H A D | ip_tunnel_core.c | 1130 struct ip_tunnel_encap *encap) in ip_tunnel_netlink_encap_parms()
|
| /linux/net/ipv6/ |
| H A D | ip6_tunnel.c | 1821 struct ip_tunnel_encap *ipencap) in ip6_tnl_encap_setup() 2060 struct ip_tunnel_encap ipencap; in ip6_tnl_newlink() 2103 struct ip_tunnel_encap ipencap; in ip6_tnl_changelink()
|
| H A D | ip6_gre.c | 1911 struct ip_tunnel_encap *ipencap) in ip6gre_netlink_encap_parms() 1948 struct ip_tunnel_encap ipencap; in ip6gre_newlink_common() 2016 struct ip_tunnel_encap ipencap; in ip6gre_changelink_common()
|
| /linux/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()
|