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

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c279 int fwhole; /* Which firewall record is used for this member in struct:tcp_dat
1015 aux_tcp->fwhole = -1;
1083 old_lnk->data.tcp->fwhole > 0) {
2765 int fwhole; /* Where to punch hole */ local
2780 for (fwhole = la->fireWallActiveNum;
2781 fwhole < la->fireWallBaseNum + la->fireWallNumNums &&
2782 fw_tstfield(la, la->fireWallField, fwhole);
2783 fwhole++);
2784 if (fwhole == la->fireWallBaseNum + la->fireWallNumNums) {
2785 for (fwhole
2842 int fwhole = lnk->data.tcp->fwhole; /* Where is the firewall local
[all...]

Completed in 123 milliseconds