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

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c316 boolean_t flowctrld; local
337 &flowctrld);
356 boolean_t flowctrld; local
377 &flowctrld);
487 boolean_t flowctrld; local
493 &flowctrld);
511 boolean_t flowctrld; local
516 (void) sof_inject_data_in(handle, mp, len, 0, &flowctrld);
532 boolean_t flowctrld; local
544 (void) sof_inject_data_out(handle, mp, &msg, &flowctrld);
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c1692 * sof_inject_data_out(handle, mp, msg, flowctrld)
1696 * in which case `flowctrld' is updated. If flow controlled, no new data
1705 boolean_t *flowctrld)
1734 *flowctrld = B_TRUE;
1737 *flowctrld = B_FALSE;
1744 * sof_inject_data_in(handle, mp, len, flag, flowctrld)
1748 * successful in which case `flowctrld' is updated. If flow controlled,
1758 boolean_t *flowctrld)
1770 *flowctrld = (avail > 0) ? B_FALSE : B_TRUE;
1704 sof_inject_data_out(sof_handle_t handle, mblk_t *mp, struct nmsghdr *msg, boolean_t *flowctrld) argument
1757 sof_inject_data_in(sof_handle_t handle, mblk_t *mp, size_t len, int flags, boolean_t *flowctrld) argument

Completed in 90 milliseconds