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

/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c116 static int pfsync_upd_tcp(struct pf_state *, struct pfsync_state_peer *,
148 void (*write)(struct pf_state *, void *);
154 static void pfsync_out_state(struct pf_state *, void *);
155 static void pfsync_out_iack(struct pf_state *, void *);
156 static void pfsync_out_upd_c(struct pf_state *, void *);
157 static void pfsync_out_del(struct pf_state *, void *);
167 static void pfsync_q_ins(struct pf_state *, int, bool);
168 static void pfsync_q_del(struct pf_state *, bool, struct pfsync_bucket *);
170 static void pfsync_update_state(struct pf_state *);
183 struct pf_state *pd_s
[all...]
H A Dpf.c206 static void pf_src_tree_remove_state(struct pf_state *);
229 static void pf_detach_state(struct pf_state *);
231 struct pf_state_key *, struct pf_state *);
232 static void pf_state_key_detach(struct pf_state *, int);
235 static int pf_test_rule(struct pf_rule **, struct pf_state **,
244 struct pf_state **, int, u_int16_t, u_int16_t,
251 struct pf_state_peer *, struct pf_state **,
255 struct pf_state_peer *, struct pf_state **,
257 static int pf_test_state_tcp(struct pf_state **, int,
260 static int pf_test_state_udp(struct pf_state **, in
[all...]
H A Dpf_ioctl.c1624 struct pf_state *s;
1655 struct pf_state *s;
1748 struct pf_state *s;
1763 struct pf_state *s;
1872 struct pf_state *state;
3514 pfsync_state_export(struct pfsync_state *sp, struct pf_state *st)
3595 struct pf_state *s;
3630 struct pf_state *s;
3694 struct pf_state *s;
H A Dpf_norm.c1343 pf_normalize_tcp_cleanup(struct pf_state *state)
1355 u_short *reason, struct tcphdr *th, struct pf_state *state,
/freebsd-11-stable/sys/net/
H A Dpfvar.h705 TAILQ_HEAD(, pf_state) states[2];
708 /* Keep synced with struct pf_state. */
716 struct pf_state { struct
723 TAILQ_ENTRY(pf_state) sync_list;
724 TAILQ_ENTRY(pf_state) key_list[2];
725 LIST_ENTRY(pf_state) entry;
818 typedef void pfsync_insert_state_t(struct pf_state *);
819 typedef void pfsync_update_state_t(struct pf_state *);
820 typedef void pfsync_delete_state_t(struct pf_state *);
822 typedef int pfsync_defer_t(struct pf_state *, struc
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h2651 pf_state:8, member in struct:sli4_pcie_resource_descriptor_v1_s

Completed in 255 milliseconds