Lines Matching refs:fwhole
276 int fwhole; /* Which firewall record is used for this member
1002 aux_tcp->fwhole = -1; in AddLink()
1070 old_lnk->data.tcp->fwhole > 0) { in ReLink()
2690 int fwhole; /* Where to punch hole */ in PunchFWHole() local
2705 for (fwhole = la->fireWallActiveNum; in PunchFWHole()
2706 fwhole < la->fireWallBaseNum + la->fireWallNumNums && in PunchFWHole()
2707 fw_tstfield(la, la->fireWallField, fwhole); in PunchFWHole()
2708 fwhole++); in PunchFWHole()
2709 if (fwhole == la->fireWallBaseNum + la->fireWallNumNums) { in PunchFWHole()
2710 for (fwhole = la->fireWallBaseNum; in PunchFWHole()
2711 fwhole < la->fireWallActiveNum && in PunchFWHole()
2712 fw_tstfield(la, la->fireWallField, fwhole); in PunchFWHole()
2713 fwhole++); in PunchFWHole()
2714 if (fwhole == la->fireWallActiveNum) { in PunchFWHole()
2724 la->fireWallActiveNum = fwhole + 1; in PunchFWHole()
2736 i = fill_rule(rulebuf, sizeof(rulebuf), fwhole, in PunchFWHole()
2744 i = fill_rule(rulebuf, sizeof(rulebuf), fwhole, in PunchFWHole()
2754 lnk->data.tcp->fwhole = fwhole; in PunchFWHole()
2755 fw_setfield(la, la->fireWallField, fwhole); in PunchFWHole()
2767 int fwhole = lnk->data.tcp->fwhole; /* Where is the firewall in ClearFWHole() local
2771 if (fwhole < 0) in ClearFWHole()
2776 &fwhole, sizeof fwhole)); in ClearFWHole()
2777 fw_clrfield(la, la->fireWallField, fwhole); in ClearFWHole()
2778 lnk->data.tcp->fwhole = -1; in ClearFWHole()