Home
last modified time | relevance | path

Searched refs:pf_state (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/bsd/net/
H A Dpfvar.h945 TAILQ_HEAD(pf_state_queue, pf_state);
947 struct pf_state;
951 typedef void (*pf_app_handler)(struct pf_state *, int, int, struct pf_pdesc *,
957 struct pf_state *grev1_state;
961 struct pf_state *pptp_state;
993 TAILQ_HEAD(pf_statelist, pf_state);
1036 struct pf_state { struct
1041 TAILQ_ENTRY(pf_state) entry_list; argument
1042 TAILQ_ENTRY(pf_state) next;
1043 RB_ENTRY(pf_state) entry_id;
[all …]
H A Dpf.c248 struct pf_state *, int);
250 static int pf_test_rule(struct pf_rule **, struct pf_state **,
263 static int pf_test_state_tcp(struct pf_state **, int,
266 static int pf_test_state_udp(struct pf_state **, int,
269 static int pf_test_state_icmp(struct pf_state **, int,
272 static int pf_test_state_other(struct pf_state **, int,
291 struct ifnet *, struct pf_state *,
294 struct ifnet *, struct pf_state *,
302 static void pf_set_rt_ifp(struct pf_state *,
308 static struct pf_state *pf_find_state(struct pfi_kif *,
[all …]
H A Dpf_ioctl.c174 struct pf_state *);
176 struct pf_state *);
415 pool_init(&pf_state_pl, sizeof(struct pf_state), 0, 0, 0, "pfstatepl", in pfinit()
523 struct pf_state *state;
1196 struct pf_state *s) in pf_state_export()
1257 struct pf_state *s) in pf_state_import()
1881 struct pf_state *state; in pfioctl()
2405 struct pf_state *state; in pf_expire_states_and_src_nodes()
3369 struct pf_state *s, *nexts; in pfioctl_ioc_state_kill()
3413 struct pf_state *s, *nexts; in pfioctl_ioc_state_kill()
[all …]
H A Dpf_norm.c2837 pf_normalize_tcp_cleanup(struct pf_state *state) in pf_normalize_tcp_cleanup()
2851 u_short *reason, struct tcphdr *th, struct pf_state *state, in pf_normalize_tcp_stateful()