Searched refs:tipc_msg_try_bundle (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | msg.c | 508 * tipc_msg_try_bundle - Try to bundle a new message to the last one 520 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss, in tipc_msg_try_bundle() function
|
H A D | msg.h | 1189 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss,
|
H A D | link.c | 1068 if (tipc_msg_try_bundle(l->backlog[imp].target_bskb, &skb, in tipc_link_xmit()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 504 * tipc_msg_try_bundle - Try to bundle a new message to the last one 516 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss, in tipc_msg_try_bundle() function
|
H A D | msg.h | 1166 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss,
|
H A D | link.c | 1103 if (tipc_msg_try_bundle(l->backlog[imp].target_bskb, &skb, in tipc_link_xmit()
|
Completed in 15 milliseconds