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

/freebsd-10.3-release/sys/netpfil/pf/
H A Dif_pfsync.c110 static int pfsync_upd_tcp(struct pf_state *, struct pfsync_state_peer *,
142 void (*write)(struct pf_state *, void *);
148 static void pfsync_out_state(struct pf_state *, void *);
149 static void pfsync_out_iack(struct pf_state *, void *);
150 static void pfsync_out_upd_c(struct pf_state *, void *);
151 static void pfsync_out_del(struct pf_state *, void *);
161 static void pfsync_q_ins(struct pf_state *, int);
162 static void pfsync_q_del(struct pf_state *);
164 static void pfsync_update_state(struct pf_state *);
177 struct pf_state *pd_s
[all...]
H A Dpf.c200 static void pf_src_tree_remove_state(struct pf_state *);
223 static void pf_detach_state(struct pf_state *);
225 struct pf_state_key *, struct pf_state *);
226 static void pf_state_key_detach(struct pf_state *, int);
229 static int pf_test_rule(struct pf_rule **, struct pf_state **,
238 struct pf_state **, int, u_int16_t, u_int16_t,
245 struct pf_state_peer *, struct pf_state **,
249 struct pf_state_peer *, struct pf_state **,
251 static int pf_test_state_tcp(struct pf_state **, int,
254 static int pf_test_state_udp(struct pf_state **, in
[all...]
H A Dpf_ioctl.c1605 struct pf_state *s;
1636 struct pf_state *s;
1729 struct pf_state *s;
1744 struct pf_state *s;
1853 struct pf_state *state;
3264 pfsync_state_export(struct pfsync_state *sp, struct pf_state *st)
3345 struct pf_state *s;
3380 struct pf_state *s;
3444 struct pf_state *s;
H A Dpf_norm.c1797 pf_normalize_tcp_cleanup(struct pf_state *state)
1809 u_short *reason, struct tcphdr *th, struct pf_state *state,
/freebsd-10.3-release/sys/net/
H A Dpfvar.h696 TAILQ_HEAD(, pf_state) states[2];
699 /* Keep synced with struct pf_state. */
707 struct pf_state { struct
714 TAILQ_ENTRY(pf_state) sync_list;
715 TAILQ_ENTRY(pf_state) key_list[2];
716 LIST_ENTRY(pf_state) entry;
807 typedef void pfsync_insert_state_t(struct pf_state *);
808 typedef void pfsync_update_state_t(struct pf_state *);
809 typedef void pfsync_delete_state_t(struct pf_state *);
811 typedef int pfsync_defer_t(struct pf_state *, struc
[all...]

Completed in 69 milliseconds