Searched refs:pf_find_state_all (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_lb.c | 252 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 D | pf_ioctl.c | 2601 state = pf_find_state_all(&key, direction, &m); in pfioctl()
|
| H A D | pf.c | 1388 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 D | pfvar.h | 1472 extern struct pf_state *pf_find_state_all(struct pf_state_key_cmp *,
|