Lines Matching refs:tskb
505 * @tskb: the last/target message to which the new one will be appended
516 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss,
534 if (unlikely(!tskb))
538 if (msg_user(buf_msg(tskb)) == MSG_BUNDLER) {
544 tsz = msg_size(buf_msg(tskb));
547 if (unlikely(pskb_expand_head(tskb, INT_H_SIZE, mss - tsz - INT_H_SIZE,
550 inner = buf_msg(tskb);
551 skb_push(tskb, INT_H_SIZE);
552 outer = buf_msg(tskb);
561 if (likely(tipc_msg_bundle(tskb, msg, mss))) {