Searched refs:ip_tunnel_encap (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/net/ |
D | fou.h | 11 size_t fou_encap_hlen(struct ip_tunnel_encap *e); 12 static size_t gue_encap_hlen(struct ip_tunnel_encap *e); 14 int fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, 16 int gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
|
D | ip_tunnels.h | 35 struct ip_tunnel_encap { struct 75 struct ip_tunnel_encap encap; 124 size_t (*encap_hlen)(struct ip_tunnel_encap *e); 125 int (*build_header)(struct sk_buff *skb, struct ip_tunnel_encap *e, 154 int ip_tunnel_encap(struct sk_buff *skb, struct ip_tunnel *t, 174 struct ip_tunnel_encap *ipencap);
|
/linux-4.1.27/net/ipv4/ |
D | ipip.c | 348 struct ip_tunnel_encap *ipencap) in ipip_netlink_encap_parms() 384 struct ip_tunnel_encap ipencap; in ipip_newlink() 402 struct ip_tunnel_encap ipencap; in ipip_changelink()
|
D | fou.c | 744 size_t fou_encap_hlen(struct ip_tunnel_encap *e) in fou_encap_hlen() 750 size_t gue_encap_hlen(struct ip_tunnel_encap *e) in gue_encap_hlen() 768 static void fou_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou_build_udp() 788 int fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou_build_header() 808 int gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in gue_build_header()
|
D | ip_tunnel.c | 490 static int ip_encap_hlen(struct ip_tunnel_encap *e) in ip_encap_hlen() 544 struct ip_tunnel_encap *ipencap) in ip_tunnel_encap_setup() 566 int ip_tunnel_encap(struct sk_buff *skb, struct ip_tunnel *t, in ip_tunnel_encap() function 586 EXPORT_SYMBOL(ip_tunnel_encap); 720 if (ip_tunnel_encap(skb, tunnel, &protocol, &fl4) < 0) in ip_tunnel_xmit()
|
D | ip_gre.c | 642 struct ip_tunnel_encap *ipencap) in ipgre_netlink_encap_parms() 705 struct ip_tunnel_encap ipencap; in ipgre_newlink() 723 struct ip_tunnel_encap ipencap; in ipgre_changelink()
|
/linux-4.1.27/net/ipv6/ |
D | sit.c | 979 if (ip_tunnel_encap(skb, tunnel, &protocol, &fl4) < 0) { in ipip6_tunnel_xmit() 1473 struct ip_tunnel_encap *ipencap) in ipip6_netlink_encap_parms() 1547 struct ip_tunnel_encap ipencap; in ipip6_newlink() 1583 struct ip_tunnel_encap ipencap; in ipip6_changelink()
|