Home
last modified time | relevance | path

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

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