Home
last modified time | relevance | path

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

/linux/lib/
H A Dnlattr.c910 memset((unsigned char *) nla + nla->nla_len, 0, nla_padlen(attrlen)); in __nla_reserve()
/linux/include/net/
H A Dnetlink.h128 * nla_padlen(payload) length of padding
1264 * nla_padlen - length of padding at the tail of attribute
1267 static inline int nla_padlen(int payload) in nla_padlen() function