| H A D | msg.c | 222 int mlen, cpy, rem = dlen; in tipc_msg_append() 246 cpy = min_t(size_t, rem, mss - mlen); 247 if (cpy != copy_from_iter(skb->data + mlen, cpy, &m->msg_iter)) 249 msg_set_size(hdr, mlen + cpy); 250 skb_put(skb, cpy); 251 rem -= cpy; 689 bool tipc_msg_skb_clone(struct sk_buff_head *msg, struct sk_buff_head *cpy) in tipc_msg_skb_clone() 696 __skb_queue_purge(cpy); 700 __skb_queue_tail(cpy, _sk 210 int mlen, cpy, rem = dlen; tipc_msg_append() local 677 tipc_msg_skb_clone(struct sk_buff_head * msg,struct sk_buff_head * cpy) tipc_msg_skb_clone() argument 802 tipc_msg_pskb_copy(u32 dst,struct sk_buff_head * msg,struct sk_buff_head * cpy) tipc_msg_pskb_copy() argument [all...] |