Home
last modified time | relevance | path

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

/Linux-v5.4/net/tipc/
Dmsg.c211 if (unlikely(skb->truesize / buf_roundup_len(skb) >= 4)) { in tipc_msg_validate()
Dmsg.h1082 static inline int buf_roundup_len(struct sk_buff *skb) in buf_roundup_len() function