Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dip6_tunnel.h64 struct ip_tunnel_encap encap; member
112 if (t->encap.type == TUNNEL_ENCAP_NONE) in ip6_tnl_encap()
115 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap()
119 ops = rcu_dereference(ip6tun_encaps[t->encap.type]); in ip6_tnl_encap()
121 ret = ops->build_header(skb, &t->encap, protocol, fl6); in ip6_tnl_encap()
Dlwtunnel.h40 int (*build_state)(struct nlattr *encap,
120 struct nlattr *encap,
214 struct nlattr *encap, in lwtunnel_build_state() argument
Dip_tunnels.h132 struct ip_tunnel_encap encap; member
375 if (t->encap.type == TUNNEL_ENCAP_NONE) in ip_tunnel_encap()
378 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()
382 ops = rcu_dereference(iptun_encaps[t->encap.type]); in ip_tunnel_encap()
384 ret = ops->build_header(skb, &t->encap, protocol, fl4); in ip_tunnel_encap()
Datmclip.h27 unsigned char encap; /* 0: NULL, 1: LLC/SNAP */ member
Dxfrm.h44 #define MODULE_ALIAS_XFRM_MODE(family, encap) \ argument
45 MODULE_ALIAS("xfrm-mode-" __stringify(family) "-" __stringify(encap))
184 struct xfrm_encap_tmpl *encap; member
418 void (*encap)(struct xfrm_state *, struct sk_buff *pskb); member
486 unsigned int encap; member
653 const struct xfrm_encap_tmpl *encap);
1768 const struct xfrm_encap_tmpl *encap);
1773 struct xfrm_encap_tmpl *encap);
1777 struct xfrm_encap_tmpl *encap, u32 if_id);
/linux-4.19.296/drivers/isdn/i4l/
Disdn_concap.c92 struct concap_proto *isdn_concap_new(int encap) in isdn_concap_new() argument
94 switch (encap) { in isdn_concap_new()
/linux-4.19.296/include/uapi/linux/netfilter_bridge/
Debt_vlan.h16 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */ member
/linux-4.19.296/include/rdma/
Dib_verbs.h2141 struct ib_flow_spec_list *encap; member
/linux-4.19.296/include/linux/mlx5/
Dmlx5_ifc.h339 u8 encap[0x1]; member