Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c713 st->sync_state = PFSYNC_S_NONE; in pfsync_state_import()
1761 st->sync_state = PFSYNC_S_NONE; in pfsync_drop()
1879 st->sync_state = PFSYNC_S_NONE; in pfsync_sendout()
2150 if (st->sync_state != PFSYNC_S_NONE) in pfsync_update_state()
2159 switch (st->sync_state) { in pfsync_update_state()
2246 if (st->sync_state != PFSYNC_S_NONE) in pfsync_update_state_req()
2252 switch (st->sync_state) { in pfsync_update_state_req()
2302 switch (st->sync_state) { in pfsync_delete_state()
2351 switch (sync_state) { in pfsync_sstate_to_qid()
2376 __func__, sync_state); in pfsync_sstate_to_qid()
[all …]
H A Dpf.c4913 s->sync_state = PFSYNC_S_NONE; in pf_create_state()
/freebsd/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/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/sys/net/
H A Dpfvar.h1042 u_int8_t sync_state; /* PFSYNC_S_x */ member