Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpfvar.h1168 #define PFOTHERS_SINGLE 1 macro
H A Dpf.c4695 pf_set_protostate(st, PF_PEER_SRC, PFOTHERS_SINGLE); in pf_create_state()
5471 if (src->state < PFOTHERS_SINGLE) in pf_test_state()
5472 pf_set_protostate(*stp, psrc, PFOTHERS_SINGLE); in pf_test_state()
5473 if (dst->state == PFOTHERS_SINGLE) in pf_test_state()