Searched refs:spool_cnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c80 u_int16_t spool_cnt; /* num of entry in spool chain */ member in struct:cfg_redir
216 r->spool_cnt = ser_r->spool_cnt;
258 for (i = 0; i < r->spool_cnt; i++) {
751 ser_r->spool_cnt = r->spool_cnt;
917 u_int16_t spool_cnt; member in struct:cfg_redir_legacy
987 urdir->spool_cnt = rdir->spool_cnt;
1087 ser_r->spool_cnt
[all...]
/freebsd-12-stable/sbin/ipfw/
H A Dnat.c310 * spool_cnt n=0 ...... n=(X-1)
368 r->spool_cnt++;
559 r->spool_cnt++;
690 if (t->spool_cnt == 0)
693 for (i = 0; i < t->spool_cnt; i++) {
707 if (!t->spool_cnt) {
713 for (i=0; i < t->spool_cnt; i++) {
726 if (!t->spool_cnt && t->pport_cnt > 1)
733 if (!t->spool_cnt && t->rport_cnt > 1)
/freebsd-12-stable/sys/netinet/
H A Dip_fw.h490 u_int16_t spool_cnt; member in struct:cfg_redir
540 uint16_t spool_cnt; /* num of entry in spool chain */ member in struct:nat44_cfg_redir

Completed in 172 milliseconds