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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_lb.c358 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) {
364 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) {
385 if (pf_find_state_all(&key, PF_IN, NULL) ==
397 if (pf_find_state_all(&key, PF_IN, NULL) ==
H A Dpfvar.h1906 extern struct pf_state *pf_find_state_all(struct pf_state_key_cmp *,
H A Dpf_ioctl.c2471 state = pf_find_state_all(&key, direction, &m);
H A Dpf.c1279 pf_find_state_all(struct pf_state_key_cmp *key, u_int dir, int *more) function

Completed in 206 milliseconds