Home
last modified time | relevance | path

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

/xnu-10002.1.13/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.c249 struct pf_state *, int);
251 static int pf_test_rule(struct pf_rule **, struct pf_state **,
264 static int pf_test_state_tcp(struct pf_state **, int,
267 static int pf_test_state_udp(struct pf_state **, int,
270 static int pf_test_state_icmp(struct pf_state **, int,
273 static int pf_test_state_other(struct pf_state **, int,
292 struct ifnet *, struct pf_state *,
295 struct ifnet *, struct pf_state *,
303 static void pf_set_rt_ifp(struct pf_state *,
309 static struct pf_state *pf_find_state(struct pfi_kif *,
[all …]
H A Dpf_ioctl.c174 struct pf_state *);
176 struct pf_state *);
467 pool_init(&pf_state_pl, sizeof(struct pf_state), 0, 0, 0, "pfstatepl", in pfinit()
575 struct pf_state *state;
1248 struct pf_state *s) in pf_state_export()
1309 struct pf_state *s) in pf_state_import()
1933 struct pf_state *state; in pfioctl()
2457 struct pf_state *state; in pf_expire_states_and_src_nodes()
3421 struct pf_state *s, *nexts; in pfioctl_ioc_state_kill()
3465 struct pf_state *s, *nexts; in pfioctl_ioc_state_kill()
[all …]
H A Dpf_norm.c2836 pf_normalize_tcp_cleanup(struct pf_state *state) in pf_normalize_tcp_cleanup()
2850 u_short *reason, struct tcphdr *th, struct pf_state *state, in pf_normalize_tcp_stateful()