Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_lb.c252 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) { in pf_get_sport()
258 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) { in pf_get_sport()
276 if (pf_find_state_all(&key, PF_IN, NULL) == in pf_get_sport()
285 if (pf_find_state_all(&key, PF_IN, NULL) == in pf_get_sport()
H A Dpf_ioctl.c2601 state = pf_find_state_all(&key, direction, &m); in pfioctl()
H A Dpf.c1388 pf_find_state_all(struct pf_state_key_cmp *key, u_int dir, int *more) in pf_find_state_all() function
/f-stack/freebsd/net/
H A Dpfvar.h1472 extern struct pf_state *pf_find_state_all(struct pf_state_key_cmp *,