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

/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c110 struct pfsync_pkt { struct
118 static int pfsync_in_clr(struct pfsync_pkt *, struct mbuf *, int, int);
119 static int pfsync_in_ins(struct pfsync_pkt *, struct mbuf *, int, int);
120 static int pfsync_in_iack(struct pfsync_pkt *, struct mbuf *, int, int);
121 static int pfsync_in_upd(struct pfsync_pkt *, struct mbuf *, int, int);
122 static int pfsync_in_upd_c(struct pfsync_pkt *, struct mbuf *, int, int);
123 static int pfsync_in_ureq(struct pfsync_pkt *, struct mbuf *, int, int);
124 static int pfsync_in_del(struct pfsync_pkt *, struct mbuf *, int, int);
125 static int pfsync_in_del_c(struct pfsync_pkt *, struct mbuf *, int, int);
126 static int pfsync_in_bus(struct pfsync_pkt *, struc
[all...]

Completed in 93 milliseconds