Searched refs:pf_find_state (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/net/ |
| H A D | pf.c | 309 static struct pf_state *pf_find_state(struct pfi_kif *, 424 *state = pf_find_state(kif, &key, direction); \ 1123 pf_find_state(struct pfi_kif *kif, struct pf_state_key_cmp *key, u_int dir) in pf_find_state() function 5820 s0 = pf_find_state(kif, &sk0, PF_IN); in pf_test_rule() 7711 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 7715 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 7720 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 8418 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8422 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8427 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() [all …]
|