Searched refs:pfsync_pkt (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pfsync.c | 112 struct pfsync_pkt { struct 120 static int pfsync_in_clr(struct pfsync_pkt *, struct mbuf *, int, int); argument 121 static int pfsync_in_ins(struct pfsync_pkt *, struct mbuf *, int, int); 122 static int pfsync_in_iack(struct pfsync_pkt *, struct mbuf *, int, int); 123 static int pfsync_in_upd(struct pfsync_pkt *, struct mbuf *, int, int); 125 static int pfsync_in_ureq(struct pfsync_pkt *, struct mbuf *, int, int); 126 static int pfsync_in_del(struct pfsync_pkt *, struct mbuf *, int, int); 128 static int pfsync_in_bus(struct pfsync_pkt *, struct mbuf *, int, int); 129 static int pfsync_in_tdb(struct pfsync_pkt *, struct mbuf *, int, int); 130 static int pfsync_in_eof(struct pfsync_pkt *, struct mbuf *, int, int); [all …]
|