Home
last modified time | relevance | path

Searched refs:tx_wait_more (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dkcm.h78 bool tx_wait_more; member
/linux/net/kcm/
H A Dkcmsock.c590 kcm->tx_wait_more = false; in kcm_write_msgs()
743 if (kcm->tx_wait_more) in kcm_push()
905 kcm->tx_wait_more = true; in kcm_sendmsg()
906 } else if (kcm->tx_wait_more || not_busy) { in kcm_sendmsg()
H A Dkcmproc.c130 if (kcm->tx_wait_more) in kcm_format_sock()