Searched refs:buf_copy (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dcluster.c501 struct sk_buff *buf_copy; local
519 buf_copy = skb_copy(buf, GFP_ATOMIC);
520 if (buf_copy == NULL)
522 msg_set_destnode(buf_msg(buf_copy), n_ptr->addr);
523 tipc_link_send(buf_copy, n_ptr->addr, n_ptr->addr);
535 struct sk_buff *buf_copy; local
554 buf_copy = skb_copy(buf, GFP_ATOMIC);
555 if (buf_copy == NULL)
557 msg_set_destnode(buf_msg(buf_copy),
559 tipc_link_send(buf_copy, n_pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dcluster.c501 struct sk_buff *buf_copy; local
519 buf_copy = skb_copy(buf, GFP_ATOMIC);
520 if (buf_copy == NULL)
522 msg_set_destnode(buf_msg(buf_copy), n_ptr->addr);
523 tipc_link_send(buf_copy, n_ptr->addr, n_ptr->addr);
535 struct sk_buff *buf_copy; local
554 buf_copy = skb_copy(buf, GFP_ATOMIC);
555 if (buf_copy == NULL)
557 msg_set_destnode(buf_msg(buf_copy),
559 tipc_link_send(buf_copy, n_pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dbuffer.h568 buf_copy (struct buffer *dest, const struct buffer *src) function
615 return buf_copy (dest, &b);
H A Dfragment.c325 ASSERT (buf_copy (&f->outgoing, buf));
H A Dsocket.c2058 ASSERT (buf_copy (&sock->stream_buf.buf, &sock->stream_buf.residual));
2976 ASSERT (buf_copy (&sock->writes.buf, buf));
H A Dssl.c3148 ASSERT (buf_copy (in, buf));
3422 if (buf_copy (buf, &ks->plaintext_read_buf))
H A Dmanage.c3188 buf_copy (&cl->buf, &cl->residual);
H A Dtun.c2599 ASSERT (buf_copy (&tt->writes.buf, buf));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dbuffer.h568 buf_copy (struct buffer *dest, const struct buffer *src) function
615 return buf_copy (dest, &b);
H A Dfragment.c325 ASSERT (buf_copy (&f->outgoing, buf));
H A Dsocket.c2058 ASSERT (buf_copy (&sock->stream_buf.buf, &sock->stream_buf.residual));
2976 ASSERT (buf_copy (&sock->writes.buf, buf));
H A Dssl.c3148 ASSERT (buf_copy (in, buf));
3422 if (buf_copy (buf, &ks->plaintext_read_buf))
H A Dmanage.c3188 buf_copy (&cl->buf, &cl->residual);
H A Dtun.c2599 ASSERT (buf_copy (&tt->writes.buf, buf));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dbuffer.h568 buf_copy (struct buffer *dest, const struct buffer *src) function
615 return buf_copy (dest, &b);
H A Dfragment.c325 ASSERT (buf_copy (&f->outgoing, buf));
H A Dsocket.c2058 ASSERT (buf_copy (&sock->stream_buf.buf, &sock->stream_buf.residual));
2976 ASSERT (buf_copy (&sock->writes.buf, buf));
H A Dssl.c3148 ASSERT (buf_copy (in, buf));
3422 if (buf_copy (buf, &ks->plaintext_read_buf))
H A Dmanage.c3188 buf_copy (&cl->buf, &cl->residual);
H A Dtun.c2599 ASSERT (buf_copy (&tt->writes.buf, buf));

Completed in 204 milliseconds