Searched refs:encaptab (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | ip_encap.c | 111 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 …]
|
| D | ip_encap.h | 85 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 *);
|
| D | ip_mroute.h | 225 struct encaptab; 245 const struct encaptab *v_encap_cookie;
|
| /netbsd/src/sys/net/ |
| D | if_gif.h | 56 struct encaptab; 62 const struct encaptab *gv_encap_cookie4; 63 const struct encaptab *gv_encap_cookie6;
|
| D | if_ipsec.h | 73 const struct encaptab *iv_encap_cookie4; 74 const struct encaptab *iv_encap_cookie6;
|
| D | if_l2tp.h | 78 const struct encaptab *lv_encap_cookie;
|
| D | if_stf.c | 132 const struct encaptab *encap_cookie;
|