Home
last modified time | relevance | path

Searched refs:encap (Results 1 – 7 of 7) sorted by relevance

/include/net/
Dip6_tunnel.h64 struct ip_tunnel_encap encap; member
114 if (t->encap.type == TUNNEL_ENCAP_NONE) in ip6_tnl_encap()
117 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap()
121 ops = rcu_dereference(ip6tun_encaps[t->encap.type]); in ip6_tnl_encap()
123 ret = ops->build_header(skb, &t->encap, protocol, fl6); in ip6_tnl_encap()
Datmclip.h27 unsigned char encap; /* 0: NULL, 1: LLC/SNAP */ member
Dlwtunnel.h40 int (*build_state)(struct net *net, struct nlattr *encap,
120 struct nlattr *encap,
216 struct nlattr *encap, in lwtunnel_build_state() argument
Dip_tunnels.h132 struct ip_tunnel_encap encap; member
362 if (t->encap.type == TUNNEL_ENCAP_NONE) in ip_tunnel_encap()
365 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()
369 ops = rcu_dereference(iptun_encaps[t->encap.type]); in ip_tunnel_encap()
371 ret = ops->build_header(skb, &t->encap, protocol, fl4); in ip_tunnel_encap()
Dxfrm.h45 #define MODULE_ALIAS_XFRM_MODE(family, encap) \ argument
46 MODULE_ALIAS("xfrm-mode-" __stringify(family) "-" __stringify(encap))
138 u8 encap; member
197 struct xfrm_encap_tmpl *encap; member
415 void (*encap)(struct xfrm_state *, struct sk_buff *pskb); member
581 const struct xfrm_encap_tmpl *encap);
1664 const struct xfrm_encap_tmpl *encap);
1669 struct xfrm_encap_tmpl *encap);
1673 struct xfrm_encap_tmpl *encap, u32 if_id);
/include/uapi/linux/netfilter_bridge/
Debt_vlan.h16 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */ member
/include/rdma/
Dib_verbs.h2113 struct ib_flow_spec_list *encap; member