Home
last modified time | relevance | path

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

/fs/dlm/
Dlowcomms.c96 unsigned char *rx_buf; member
228 con->rx_buf = kmalloc(con->rx_buflen, GFP_NOFS); in dlm_con_init()
229 if (!con->rx_buf) in dlm_con_init()
280 kfree(con->rx_buf); in nodeid2con()
885 memmove(newbuf, con->rx_buf, con->rx_leftover); in con_realloc_receive_buf()
888 kfree(con->rx_buf); in con_realloc_receive_buf()
890 con->rx_buf = newbuf; in con_realloc_receive_buf()
921 iov.iov_base = con->rx_buf + con->rx_leftover; in receive_from_sock()
935 ret = dlm_process_incoming_buffer(con->nodeid, con->rx_buf, buflen); in receive_from_sock()
945 memmove(con->rx_buf, con->rx_buf + ret, in receive_from_sock()
[all …]