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

/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf_lb.c248 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) {
254 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) {
271 if (pf_find_state_all(&key, PF_IN, NULL) ==
279 if (pf_find_state_all(&key, PF_IN, NULL) ==
H A Dpf_ioctl.c1880 state = pf_find_state_all(&key, direction, &m);
H A Dpf.c1289 pf_find_state_all(struct pf_state_key_cmp *key, u_int dir, int *more) function
/freebsd-10.1-release/sys/net/
H A Dpfvar.h1550 extern struct pf_state *pf_find_state_all(struct pf_state_key_cmp *,

Completed in 124 milliseconds