Home
last modified time | relevance | path

Searched refs:flowctrld (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c316 boolean_t flowctrld; in kssl_shutdown_cb() local
337 &flowctrld); in kssl_shutdown_cb()
356 boolean_t flowctrld; in kssl_data_in_cb() local
377 &flowctrld); in kssl_data_in_cb()
487 boolean_t flowctrld; in kssl_data_in_proc_cb() local
493 &flowctrld); in kssl_data_in_proc_cb()
511 boolean_t flowctrld; in kssl_input_asynch() local
516 (void) sof_inject_data_in(handle, mp, len, 0, &flowctrld); in kssl_input_asynch()
532 boolean_t flowctrld; in kssl_input_callback() local
544 (void) sof_inject_data_out(handle, mp, &msg, &flowctrld); in kssl_input_callback()
[all …]
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c1705 boolean_t *flowctrld) in sof_inject_data_out() argument
1734 *flowctrld = B_TRUE; in sof_inject_data_out()
1737 *flowctrld = B_FALSE; in sof_inject_data_out()
1758 boolean_t *flowctrld) in sof_inject_data_in() argument
1770 *flowctrld = (avail > 0) ? B_FALSE : B_TRUE; in sof_inject_data_in()