Lines Matching refs:out

1342 	/* Zero out bits not used in IPv6 address */
1429 * which ones are here and which ones are not. For the somewhat out
1973 * packets that have been tagged "out of window" by the TCP
2056 int out = fin->fin_out;
2059 IPF_BUMP(ifs->ifs_frstats[out].fr_ads);
2061 IPF_BUMP(ifs->ifs_frstats[out].fr_bads);
2142 int out;
2145 out = fin->fin_out;
2150 fin->fin_fr = ifs->ifs_ipfilter6[out][ifs->ifs_fr_active];
2153 fin->fin_fr = ifs->ifs_ipfilter[out][ifs->ifs_fr_active];
2161 IPF_BUMP(ifs->ifs_frstats[out].fr_nom);
2167 fc = &ifs->ifs_frcache[out][CACHE_HASH(fin)];
2175 IPF_BUMP(ifs->ifs_frstats[out].fr_chit);
2198 IPF_BUMP(ifs->ifs_frstats[out].fr_nom);
2208 IPF_BUMP(ifs->ifs_frstats[out].fr_ppshit);
2250 IPF_BUMP(ifs->ifs_frstats[out].fr_bnfr);
2252 IPF_BUMP(ifs->ifs_frstats[out].fr_nfr);
2255 IPF_BUMP(ifs->ifs_frstats[out].fr_cfr);
2264 IPF_BUMP(ifs->ifs_frstats[out].fr_ads);
2266 IPF_BUMP(ifs->ifs_frstats[out].fr_bads);
2294 /* out(I) - 0 == packet going in, 1 == packet going out */
2312 int fr_check(ip, hlen, ifp, out
2323 int out;
2418 fin->fin_out = out;
2430 IPF_BUMP(ifs->ifs_frstats[out].fr_ipv6);
2467 if (!out) {
2498 IPF_BUMP(ifs->ifs_frstats[out].fr_short);
2511 if (!out) {
2532 if (!out)
2547 * Only count/translate packets which will be passed on, out the
2550 if (out && FR_ISPASS(pass)) {
2626 if (!out) {
2647 ifs->ifs_frstats[out].fr_ret);
2659 ifs->ifs_frstats[out].fr_block);
2667 IPF_BUMP(ifs->ifs_frstats[out].fr_ret);
2684 ifs->ifs_frstats[out].fr_ret);
2696 ifs->ifs_frstats[out].fr_block);
2728 if (!out && (pass & FR_FASTROUTE)) {
2770 IPF_BUMP(ifs->ifs_frstats[out].fr_block);
2776 IPF_BUMP(ifs->ifs_frstats[out].fr_pass);
2845 int out;
2848 out = fin->fin_out;
2853 IPF_BUMP(ifs->ifs_frstats[out].fr_npkl);
2859 IPF_BUMP(ifs->ifs_frstats[out].fr_ppkl);
2865 IPF_BUMP(ifs->ifs_frstats[out].fr_bpkl);
2868 IPF_BUMP(ifs->ifs_frstats[out].fr_skip);
3107 * In case we had to copy the IP & TCP header out of mbufs,
3273 goto out;
3298 out:
4099 /* Copy a block of data out to user space, given a pointer to the pointer */
4270 * If we matched its type on the way in, then when going out
4447 * Check that the group number does exist and that its use (in/out)
4472 * Work out which rule list this change is being applied to.
4557 * fail with the out of window (oow) flag set.
4677 * copied out into user space.
4682 * When we copy this rule back out, set the data
5207 /* below (currently commented out) to stop memory leaking. It is done this */
5868 /* As per fr_outobj, except the size of the object to copy out is passed in */
5918 /* Copy out the contents of what ptr is to where ipfobj points to. In */
6787 * getting the new value safely and correctly out of
6937 /* Copies the current statistics out to userspace and then zero's the */
7265 int error, out, count;
7288 * F_OUT (1) and F_ACOUT (3) mask to out = 1, while
7289 * F_IN (0) and F_ACIN (2) mask to out = 0.
7291 out = it.iri_inout & F_OUT;
7308 [out][it.iri_active];
7311 [out][it.iri_active];
7315 [out][it.iri_active];
7318 [out][it.iri_active];
7335 * copied out, so long as that many exist in the list to start with!
7340 * Otherwise, zero out data to be returned and NULL out token.
7359 * Copy out data and clean up references and token as needed.