Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dpfvar.h2261 extern struct pf_kstate *pf_find_state_all(struct pf_state_key_cmp *,
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c2265 s = pf_find_state_all(key, dir, &more); in pf_kill_matching_state()
3812 state = pf_find_state_all(&key, direction, &m); in pfioctl()
H A Dpf.c1653 pf_find_state_all(struct pf_state_key_cmp *key, u_int dir, int *more) in pf_find_state_all() function
1723 s = pf_find_state_all(key, dir, NULL); in pf_find_state_all_exists()