Lines Matching refs:tskb
509 * @tskb: the last/target message to which the new one will be appended
520 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss,
538 if (unlikely(!tskb))
542 if (msg_user(buf_msg(tskb)) == MSG_BUNDLER) {
548 tsz = msg_size(buf_msg(tskb));
551 if (unlikely(pskb_expand_head(tskb, INT_H_SIZE, mss - tsz - INT_H_SIZE,
554 inner = buf_msg(tskb);
555 skb_push(tskb, INT_H_SIZE);
556 outer = buf_msg(tskb);
565 if (likely(tipc_msg_bundle(tskb, msg, mss))) {