Home
last modified time | relevance | path

Searched refs:ipfw_flags (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/net/ipfw/
H A Dip_fw2.c549 uint8_t ipfw_flags; /* IPFW_FLAG_ */ member
1809 ctx->ipfw_flags |= IPFW_FLAG_STATEREAP; in ipfw_state_reap()
1811 ctx->ipfw_flags &= ~IPFW_FLAG_STATEREAP; in ipfw_state_reap()
1874 ctx->ipfw_flags &= ~IPFW_FLAG_STATEEXP; in ipfw_state_expire_done()
1965 ctx->ipfw_flags |= IPFW_FLAG_STATEEXP; in ipfw_state_expire_start()
2382 ctx->ipfw_flags &= ~IPFW_FLAG_TRACKEXP; in ipfw_track_expire_done()
2453 ctx->ipfw_flags |= IPFW_FLAG_TRACKEXP; in ipfw_track_expire_start()
2543 ctx->ipfw_flags |= IPFW_FLAG_TRACKREAP; in ipfw_track_reap()
2546 ctx->ipfw_flags &= ~IPFW_FLAG_TRACKREAP; in ipfw_track_reap()
6665 ctx->ipfw_flags &= ~IPFW_FLAG_KEEPALIVE; in ipfw_keepalive_done()
[all …]