Searched refs:pf_find_state (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | pf.c | 312 static struct pf_state *pf_find_state(struct pfi_kif *, 427 *state = pf_find_state(kif, &key, direction); \ 1107 pf_find_state(struct pfi_kif *kif, struct pf_state_key_cmp *key, u_int dir) in pf_find_state() function 5803 s0 = pf_find_state(kif, &sk0, PF_IN); in pf_test_rule() 7694 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 7698 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 7703 *state = pf_find_state(kif, &key, direction); in pf_test_state_udp() 8401 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8405 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() 8410 *state = pf_find_state(kif, &key, dx); in pf_test_state_icmp() [all …]
|