Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnetlink.h512 NL_VALIDATE_TRAILING = BIT(0), enumerator
519 #define NL_VALIDATE_DEPRECATED_STRICT (NL_VALIDATE_TRAILING |\
521 #define NL_VALIDATE_STRICT (NL_VALIDATE_TRAILING |\
/linux-6.15/lib/
H A Dnlattr.c650 if (validate & NL_VALIDATE_TRAILING) in __nla_validate_parse()