Home
last modified time | relevance | path

Searched refs:outs (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/doc/guides/regexdevs/features/
H A Ddefault.ini15 PCRE call outs =
/f-stack/dpdk/doc/guides/regexdevs/
H A Dfeatures_overview.rst24 PCRE call outs
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst92 * If keep-alive agent detects time-outs, it notifies the
/f-stack/freebsd/netinet/
H A Dsctp_input.c308 struct sctp_stream_out *outs; in sctp_process_init() local
340 outs = &asoc->strmout[i]; in sctp_process_init()
341 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) { in sctp_process_init()
343 TAILQ_REMOVE(&outs->outqueue, sp, next); in sctp_process_init()
344 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1); in sctp_process_init()
359 outs->state = SCTP_STREAM_CLOSED; in sctp_process_init()
H A Dsctp_pcb.c4922 struct sctp_stream_out *outs; in sctp_free_assoc() local
4924 outs = &asoc->strmout[i]; in sctp_free_assoc()
4926 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) { in sctp_free_assoc()
4928 TAILQ_REMOVE(&outs->outqueue, sp, next); in sctp_free_assoc()
4929 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1); in sctp_free_assoc()
H A Dsctputil.c4228 struct sctp_stream_out *outs; in sctp_report_all_outbound() local
4297 outs = &asoc->strmout[i]; in sctp_report_all_outbound()
4299 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) { in sctp_report_all_outbound()
4301 TAILQ_REMOVE(&outs->outqueue, sp, next); in sctp_report_all_outbound()
4302 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1); in sctp_report_all_outbound()
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c169 static void outs (struct x86emu *, int size);
1681 outs(emu, 4); in x86emuOp_outs_word()
1683 outs(emu, 2); in x86emuOp_outs_word()
4567 outs(emu, 1); in x86emu_exec_one_byte()
8285 outs(struct x86emu *emu, int size) in outs() function