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

/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h940 TAILQ_HEAD(pf_state_queue, pf_state);
942 struct pf_state;
946 typedef void (*pf_app_handler)(struct pf_state *, int, int, struct pf_pdesc *,
952 struct pf_state *grev1_state;
956 struct pf_state *pptp_state;
974 /* keep synced with struct pf_state, used in RB_FIND */
986 TAILQ_HEAD(pf_statelist, pf_state);
1006 /* keep synced with struct pf_state, used in RB_FIND */
1026 struct pf_state { struct
1031 TAILQ_ENTRY(pf_state) entry_lis
[all...]
H A Dpf.c243 struct pf_state *, int);
244 static void pf_detach_state(struct pf_state *, int);
246 static int pf_test_rule(struct pf_rule **, struct pf_state **,
259 static int pf_test_state_tcp(struct pf_state **, int,
262 static int pf_test_state_udp(struct pf_state **, int,
265 static int pf_test_state_icmp(struct pf_state **, int,
268 static int pf_test_state_other(struct pf_state **, int,
283 struct ifnet *, struct pf_state *,
287 struct ifnet *, struct pf_state *,
296 static void pf_set_rt_ifp(struct pf_state *,
[all...]
H A Dpf_ioctl.c187 struct pf_state *);
189 struct pf_state *);
455 pool_init(&pf_state_pl, sizeof (struct pf_state), 0, 0, 0, "pfstatepl",
577 struct pf_state *state;
1400 struct pf_state *s)
1456 struct pf_state *s)
2245 struct pf_state *state;
2750 struct pf_state *state;
3556 struct pf_state *s, *nexts;
3581 struct pf_state *
[all...]
H A Dpf_norm.c2317 pf_normalize_tcp_cleanup(struct pf_state *state)
2329 u_short *reason, struct tcphdr *th, struct pf_state *state,

Completed in 82 milliseconds