Searched refs:pf_find_state (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | pf.c | 308 static struct pf_state *pf_find_state(struct pfi_kif *, 423 *state = pf_find_state(kif, &key, direction); \ 1115 pf_find_state(struct pfi_kif *kif, struct pf_state_key_cmp *key, u_int dir) in pf_find_state() function 5764 s0 = pf_find_state(kif, &sk0, PF_IN); in pf_test_rule() 7655 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 7659 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 7664 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 8362 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8366 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8371 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() [all …]
|