Home
last modified time | relevance | path

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

/fs/dlm/
Dlowcomms.c98 unsigned char *rx_buf; member
251 con->rx_buf = kmalloc(con->rx_buflen, GFP_NOFS); in dlm_con_init()
252 if (!con->rx_buf) in dlm_con_init()
301 kfree(con->rx_buf); in nodeid2con()
899 memmove(newbuf, con->rx_buf, con->rx_leftover); in con_realloc_receive_buf()
902 kfree(con->rx_buf); in con_realloc_receive_buf()
904 con->rx_buf = newbuf; in con_realloc_receive_buf()
935 iov.iov_base = con->rx_buf + con->rx_leftover; in receive_from_sock()
950 ret = dlm_process_incoming_buffer(con->nodeid, con->rx_buf, buflen); in receive_from_sock()
960 memmove(con->rx_buf, con->rx_buf + ret, in receive_from_sock()
[all …]