Searched refs:pf_state (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | pfvar.h | 956 TAILQ_HEAD(pf_state_queue, pf_state); 958 struct pf_state; 962 typedef void (*pf_app_handler)(struct pf_state *, int, int, struct pf_pdesc *, 968 struct pf_state *grev1_state; 972 struct pf_state *pptp_state; 1004 TAILQ_HEAD(pf_statelist, pf_state); 1047 struct pf_state { struct 1052 TAILQ_ENTRY(pf_state) entry_list; argument 1053 TAILQ_ENTRY(pf_state) next; 1054 RB_ENTRY(pf_state) entry_id; [all …]
|
| H A D | pf.c | 252 struct pf_state *, int); 254 static int pf_test_rule(struct pf_rule **, struct pf_state **, 267 static int pf_test_state_tcp(struct pf_state **, int, 270 static int pf_test_state_udp(struct pf_state **, int, 273 static int pf_test_state_icmp(struct pf_state **, int, 276 static int pf_test_state_other(struct pf_state **, int, 295 struct ifnet *, struct pf_state *, 298 struct ifnet *, struct pf_state *, 306 static void pf_set_rt_ifp(struct pf_state *, 312 static struct pf_state *pf_find_state(struct pfi_kif *, [all …]
|
| H A D | pf_ioctl.c | 175 struct pf_state *); 177 struct pf_state *); 468 pool_init(&pf_state_pl, sizeof(struct pf_state), 0, 0, 0, "pfstatepl", in pfinit() 576 struct pf_state *state; 1262 struct pf_state *s) in pf_state_export() 1323 struct pf_state *s) in pf_state_import() 1947 struct pf_state *state; in pfioctl() 2469 struct pf_state *state; in pf_expire_states_and_src_nodes() 3430 struct pf_state *s, *nexts; in pfioctl_ioc_state_kill() 3474 struct pf_state *s, *nexts; in pfioctl_ioc_state_kill() [all …]
|
| H A D | pf_norm.c | 2838 pf_normalize_tcp_cleanup(struct pf_state *state) in pf_normalize_tcp_cleanup() 2852 u_short *reason, struct tcphdr *th, struct pf_state *state, in pf_normalize_tcp_stateful()
|