Home
last modified time | relevance | path

Searched refs:sync_state (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/netpfil/pf/
H A Dif_pfsync.c196 /* Map queue to pf_kstate->sync_state */
207 /* Map pf_kstate->sync_state to queue */
210 static void pfsync_q_ins(struct pf_kstate *, int sync_state, bool);
774 st->sync_state = PFSYNC_S_NONE; in pfsync_input()
1834 KASSERT(st->sync_state == pfsync_qid_sstate[q], in pfsync_sendout()
1835 ("%s: st->sync_state %d == q %d", in pfsync_sendout()
1836 __func__, st->sync_state, q)); in pfsync_sendout()
1837 st->sync_state = PFSYNC_S_NONE; in pfsync_sendout()
1946 KASSERT(st->sync_state == pfsync_qid_sstate[q], in pfsync_sendout()
1947 ("%s: st->sync_state in pfsync_sendout()
2343 pfsync_sstate_to_qid(u_int8_t sync_state) pfsync_sstate_to_qid() argument
2380 pfsync_q_ins(struct pf_kstate * st,int sync_state,bool ref) pfsync_q_ins() argument
[all...]
H A Dpf.c6073 s->sync_state = PFSYNC_S_NONE; in pf_sctp_multihome_detach_addr()
/freebsd-src/contrib/ntp/parseutil/
H A Ddcfd.c163 static int sync_state = NO_SYNC; variable
1141 if (sync_state == SYNC) in tick()
1146 sync_state = NO_SYNC; in tick()
1691 if (sync_state == SYNC) in main()
1693 sync_state = NO_SYNC; in main()
1756 if (sync_state == SYNC) in main()
1758 sync_state = NO_SYNC; in main()
1779 if (sync_state == NO_SYNC) in main()
1793 sync_state = SYNC; in main()
/freebsd-src/sys/dev/ath/
H A Dif_ath_alq.h180 uint32_t *state, uint32_t sync_state) in if_ath_alq_post_intr() argument
191 intr.intr_syncstate = htobe32(sync_state); in if_ath_alq_post_intr()
/freebsd-src/sys/net/
H A Dpfvar.h1090 u_int8_t sync_state; /* PFSYNC_S_x */
1057 u_int8_t sync_state; /* PFSYNC_S_x */ global() member