Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_nat.c64 struct cfg_redir { struct
65 LIST_ENTRY(cfg_redir) _next; /* chain of redir instances */
92 LIST_HEAD(redir_chain, cfg_redir) redir_chain; argument
160 struct cfg_redir *r, *tmp_r; in del_redir_spool_cfg()
195 struct cfg_redir *r; in add_redir_spool_cfg()
684 struct cfg_redir *r; in nat44_get_cfg()
902 LIST_ENTRY(cfg_redir) _next;
1027 struct cfg_redir *r; in ipfw_nat_get_cfg()
/freebsd/sys/netinet/
H A Dip_fw.h559 struct cfg_redir { struct
560 LIST_ENTRY(cfg_redir) _next; /* chain of redir instances */
592 LIST_HEAD(redir_chain, cfg_redir) redir_chain; argument
597 #define SOF_REDIR sizeof(struct cfg_redir)