Searched refs:nptv6_cfg (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 69 static struct nptv6_cfg *nptv6_alloc_config(const char *name, uint8_t set); 70 static void nptv6_free_config(struct nptv6_cfg *cfg); 71 static struct nptv6_cfg *nptv6_find(struct namedobj_instance *ni, 73 static int nptv6_rewrite_internal(struct nptv6_cfg *cfg, struct mbuf **mp, 75 static int nptv6_rewrite_external(struct nptv6_cfg *cfg, struct mbuf **mp, 79 (struct nptv6_cfg *)SRV_OBJECT((chain), insntod(cmd, kidx)->kidx) 111 nptv6_getlasthdr(struct nptv6_cfg *cfg, struct mbuf *m, int *offset) in nptv6_getlasthdr() 137 nptv6_translate_icmpv6(struct nptv6_cfg *cfg, struct mbuf **mp, int offset) in nptv6_translate_icmpv6() 192 nptv6_search_index(struct nptv6_cfg *cfg, struct in6_addr *a) in nptv6_search_index() 228 nptv6_rewrite_internal(struct nptv6_cfg *cfg, struct mbuf **mp, int offset) in nptv6_rewrite_internal() [all …]
|
H A D | nptv6.h | 43 struct nptv6_cfg { struct
|