Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dip_tunnels.h35 struct ip_tunnel_encap { struct
36 __u16 type;
37 __u16 flags;
38 __be16 sport;
39 __be16 dport;
/linux-4.1.27/net/ipv4/
Dip_tunnel.c566 int ip_tunnel_encap(struct sk_buff *skb, struct ip_tunnel *t, in ip_tunnel_encap() function