Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
HDpfvar.h1319 #define PFOTHERS_SINGLE 1 macro
HDpf.c4202 s->src.state = PFOTHERS_SINGLE; in pf_create_state()
5810 if (src->state < PFOTHERS_SINGLE) in pf_test_state_other()
5811 src->state = PFOTHERS_SINGLE; in pf_test_state_other()
5812 if (dst->state == PFOTHERS_SINGLE) in pf_test_state_other()