Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dip_encap.c111 static struct encaptab *encap4_lookup(struct mbuf *, int, int, enum direction,
115 static struct encaptab *encap6_lookup(struct mbuf *, int, int, enum direction,
118 static int encap_add(struct encaptab *);
119 static int encap_remove(struct encaptab *);
133 } encaptab __cacheline_aligned = {
136 #define encap_table encaptab.list
157 encaptab.psz = pserialize_create(); in encapinit()
158 encaptab.elem_class = psref_class_create("encapelem", IPL_SOFTNET); in encapinit()
193 static struct encaptab *
199 struct encaptab *ep, *match; in encap4_lookup()
[all …]
Dip_encap.h85 struct encaptab { struct
125 const struct encaptab *encap_attach_func(int, int,
128 const struct encaptab *encap_attach_addr(int, int,
132 int encap_detach(const struct encaptab *);
Dip_mroute.h225 struct encaptab;
245 const struct encaptab *v_encap_cookie;
/netbsd/src/sys/net/
Dif_gif.h56 struct encaptab;
62 const struct encaptab *gv_encap_cookie4;
63 const struct encaptab *gv_encap_cookie6;
Dif_ipsec.h73 const struct encaptab *iv_encap_cookie4;
74 const struct encaptab *iv_encap_cookie6;
Dif_l2tp.h78 const struct encaptab *lv_encap_cookie;
Dif_stf.c132 const struct encaptab *encap_cookie;