Home
last modified time | relevance | path

Searched refs:cfg_spool (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_nat.c57 struct cfg_spool { struct
58 LIST_ENTRY(cfg_spool) _next; /* chain of spool instances */
79 LIST_HEAD(spool_chain, cfg_spool) spool_chain; argument
161 struct cfg_spool *s, *tmp_s; in del_redir_spool_cfg()
196 struct cfg_spool *s; in add_redir_spool_cfg()
685 struct cfg_spool *s; in nat44_get_cfg()
1028 struct cfg_spool *s; in ipfw_nat_get_cfg()
/freebsd/sys/netinet/
H A Dip_fw.h545 struct cfg_spool { struct
546 LIST_ENTRY(cfg_spool) _next; /* chain of spool instances */
575 LIST_HEAD(spool_chain, cfg_spool) spool_chain;
598 #define SOF_SPOOL sizeof(struct cfg_spool)