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

/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c167 static void pfsync_q_ins(struct pf_state *, int, bool);
599 pfsync_q_ins(st, PFSYNC_S_IACK, true);
1735 pfsync_q_ins(st, PFSYNC_S_INS, true);
1907 pfsync_q_ins(st, PFSYNC_S_UPD_C, ref);
1987 pfsync_q_ins(st, PFSYNC_S_UPD, ref);
2043 pfsync_q_ins(st, PFSYNC_S_DEL, ref);
2074 pfsync_q_ins(struct pf_state *st, int q, bool ref) function

Completed in 52 milliseconds