Lines Matching refs:out

604 /* Copy out state information from the kernel to a user space process.  If  */
605 /* there is a filter rule associated with the state entry, copy that out */
606 /* as well. The entry to copy out is taken from the value of "ips_next" in */
1125 int out;
1175 out = fin->fin_out;
1449 is->is_ifp[(out << 1) + 1] = fr->fr_ifas[1];
1450 is->is_ifp[(1 - out) << 1] = fr->fr_ifas[2];
1451 is->is_ifp[((1 - out) << 1) + 1] = fr->fr_ifas[3];
1455 COPYIFNAME(ifp, is->is_ifname[(out << 1) + 1], fr->fr_v);
1459 COPYIFNAME(ifp, is->is_ifname[(1 - out) << 1], fr->fr_v);
1463 COPYIFNAME(ifp, is->is_ifname[((1 - out) << 1) + 1], fr->fr_v);
1467 is->is_ifp[out << 1] = fin->fin_ifp;
1469 COPYIFNAME(fin->fin_ifp, is->is_ifname[out << 1], fin->fin_v);
1478 is->is_pkts[out] = 1;
1479 is->is_bytes[out] = fin->fin_plen;
1480 is->is_flx[out][0] = fin->fin_flx & FI_CMP;
1481 is->is_flx[out][0] &= ~FI_OOW;
1588 * Extract the TCP options we are interested in out of
1718 * Compare with ~TH_FIN to mask out T/TCP setups.
2108 int ret = 0, rev, out, flags, flx = 0, idx;
2116 out = fin->fin_out;
2134 idx = (out << 1) + rev;
2184 * is to get this out of the main line.
2254 cflx = is->is_flx[out][rev];
2320 if (is->is_flx[out][rev] == 0) {
2321 is->is_flx[out][rev] = flx;
2448 * watch out here, as ip is in host order and oip in network
3872 * If we would allow the state to time out here, while
3956 * Copy information out of the ipstate_t structure and into the
4064 * watch out here, as ip is in host order and oip6 in network
4399 * Otherwise, zero out data to be returned and NULL out token.
4418 * Copy out data and clean up references and tokens.