Home
last modified time | relevance | path

Searched defs:ip_tunnel_encap (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/
Dip_tunnels.h74 struct ip_tunnel_encap { struct
75 u16 type;
76 u16 flags;
77 __be16 sport;
78 __be16 dport;
/linux-4.4.14/net/ipv4/
Dip_tunnel.c577 int ip_tunnel_encap(struct sk_buff *skb, struct ip_tunnel *t, in ip_tunnel_encap() function