Searched refs:encap (Results 1 – 7 of 7) sorted by relevance
/include/net/ |
D | ip6_tunnel.h | 64 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()
|
D | atmclip.h | 27 unsigned char encap; /* 0: NULL, 1: LLC/SNAP */ member
|
D | lwtunnel.h | 40 int (*build_state)(struct net *net, struct nlattr *encap, 120 struct nlattr *encap, 216 struct nlattr *encap, in lwtunnel_build_state() argument
|
D | ip_tunnels.h | 132 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()
|
D | xfrm.h | 45 #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/ |
D | ebt_vlan.h | 16 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */ member
|
/include/rdma/ |
D | ib_verbs.h | 2113 struct ib_flow_spec_list *encap; member
|