Home
last modified time | relevance | path

Searched refs:buf_roundup_len (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/net/tipc/
Dmsg.c263 if (unlikely(skb->truesize / buf_roundup_len(skb) >= 4)) { in tipc_msg_validate()
Dmsg.h1189 static inline int buf_roundup_len(struct sk_buff *skb) in buf_roundup_len() function