Searched refs:pf_find_state (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | pf.c | 305 static struct pf_state *pf_find_state(struct pfi_kif *, 420 *state = pf_find_state(kif, &key, direction); \ 1095 pf_find_state(struct pfi_kif *kif, struct pf_state_key_cmp *key, u_int dir) in pf_find_state() function 5685 s0 = pf_find_state(kif, &sk0, PF_IN); in pf_test_rule() 7552 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 7556 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 7561 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 8233 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8237 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8242 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() [all …]
|