Symbol: ip_tunnel_encap
include/net/fou.h
12
size_t fou_encap_hlen(struct ip_tunnel_encap *e);
include/net/fou.h
13
size_t gue_encap_hlen(struct ip_tunnel_encap *e);
include/net/fou.h
15
int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
include/net/fou.h
17
int __gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
include/net/ip6_tunnel.h
65
struct ip_tunnel_encap encap;
include/net/ip6_tunnel.h
70
size_t (*encap_hlen)(struct ip_tunnel_encap *e);
include/net/ip6_tunnel.h
71
int (*build_header)(struct sk_buff *skb, struct ip_tunnel_encap *e,
include/net/ip6_tunnel.h
87
struct ip_tunnel_encap *ipencap);
include/net/ip6_tunnel.h
89
static inline int ip6_encap_hlen(struct ip_tunnel_encap *e)
include/net/ip_tunnels.h
114
struct ip_tunnel_encap encap;
include/net/ip_tunnels.h
184
struct ip_tunnel_encap encap;
include/net/ip_tunnels.h
435
struct ip_tunnel_encap *encap);
include/net/ip_tunnels.h
444
size_t (*encap_hlen)(struct ip_tunnel_encap *e);
include/net/ip_tunnels.h
445
int (*build_header)(struct sk_buff *skb, struct ip_tunnel_encap *e,
include/net/ip_tunnels.h
461
struct ip_tunnel_encap *ipencap);
include/net/ip_tunnels.h
526
static inline int ip_encap_hlen(struct ip_tunnel_encap *e)
include/net/ip_tunnels.h
547
struct ip_tunnel_encap *e,
net/ipv4/fou_core.c
1034
static void fou_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e,
net/ipv4/fou_core.c
1053
static int fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
net/ipv4/fou_core.c
1070
static int gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
net/ipv4/fou_core.c
919
size_t fou_encap_hlen(struct ip_tunnel_encap *e)
net/ipv4/fou_core.c
925
size_t gue_encap_hlen(struct ip_tunnel_encap *e)
net/ipv4/fou_core.c
943
int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
net/ipv4/fou_core.c
959
int __gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
net/ipv4/ip_gre.c
1296
struct ip_tunnel_encap *ipencap)
net/ipv4/ip_gre.c
1395
struct ip_tunnel_encap ipencap;
net/ipv4/ip_tunnel.c
490
struct ip_tunnel_encap *ipencap)
net/ipv4/ip_tunnel.c
607
if (ip_tunnel_encap(skb, &tun_info->encap, &proto, &fl4) < 0)
net/ipv4/ip_tunnel.c
767
if (ip_tunnel_encap(skb, &tunnel->encap, &protocol, &fl4) < 0)
net/ipv4/ip_tunnel_core.c
1124
struct ip_tunnel_encap *encap)
net/ipv4/ipip.c
471
struct ip_tunnel_encap ipencap;
net/ipv4/ipip.c
492
struct ip_tunnel_encap ipencap;
net/ipv6/fou6.c
21
static void fou6_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e,
net/ipv6/fou6.c
40
static int fou6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
net/ipv6/fou6.c
57
static int gue6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
net/ipv6/ip6_gre.c
1910
struct ip_tunnel_encap *ipencap)
net/ipv6/ip6_gre.c
1947
struct ip_tunnel_encap ipencap;
net/ipv6/ip6_gre.c
2015
struct ip_tunnel_encap ipencap;
net/ipv6/ip6_tunnel.c
1814
struct ip_tunnel_encap *ipencap)
net/ipv6/ip6_tunnel.c
2053
struct ip_tunnel_encap ipencap;
net/ipv6/ip6_tunnel.c
2096
struct ip_tunnel_encap ipencap;
net/ipv6/sit.c
1022
if (ip_tunnel_encap(skb, &tunnel->encap, &protocol, &fl4) < 0) {
net/ipv6/sit.c
1552
struct ip_tunnel_encap ipencap;
net/ipv6/sit.c
1602
struct ip_tunnel_encap ipencap;
net/mpls/af_mpls.c
45
static size_t ipgre_mpls_encap_hlen(struct ip_tunnel_encap *e)