Searched refs:rbuf (Results 1 – 2 of 2) sorted by relevance
118 struct sk_buff *rbuf; in tipc_disc_rcv() local245 rbuf = tipc_buf_acquire(INT_H_SIZE); in tipc_disc_rcv()246 if (rbuf) { in tipc_disc_rcv()247 tipc_disc_init_msg(rbuf, DSC_RESP_MSG, bearer); in tipc_disc_rcv()248 tipc_bearer_send(bearer->identity, rbuf, &maddr); in tipc_disc_rcv()249 kfree_skb(rbuf); in tipc_disc_rcv()
136 char *rbuf; member310 if (!m->rbuf) { in p9_read_work()311 m->rbuf = m->tmp_buf; in p9_read_work()319 err = p9_fd_read(m->client, m->rbuf + m->rpos, in p9_read_work()335 n = le32_to_cpu(*(__le32 *) m->rbuf); /* read packet size */ in p9_read_work()343 tag = le16_to_cpu(*(__le16 *) (m->rbuf+5)); /* read tag */ in p9_read_work()364 m->rbuf = (char *)m->req->rc + sizeof(struct p9_fcall); in p9_read_work()365 memcpy(m->rbuf, m->tmp_buf, m->rsize); in p9_read_work()378 m->rbuf = NULL; in p9_read_work()