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

/freebsd-12-stable/sys/netpfil/pf/
H A Dif_pfsync.c169 static void pfsync_q_ins(struct pf_state *, int, bool);
607 pfsync_q_ins(st, PFSYNC_S_IACK, true);
1742 pfsync_q_ins(st, PFSYNC_S_INS, true);
1914 pfsync_q_ins(st, PFSYNC_S_UPD_C, ref);
1996 pfsync_q_ins(st, PFSYNC_S_UPD, ref);
2052 pfsync_q_ins(st, PFSYNC_S_DEL, ref);
2083 pfsync_q_ins(struct pf_state *st, int q, bool ref) function

Completed in 185 milliseconds