Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dnetlink.h480 NL_VALIDATE_TRAILING = BIT(0), enumerator
487 #define NL_VALIDATE_DEPRECATED_STRICT (NL_VALIDATE_TRAILING |\
489 #define NL_VALIDATE_STRICT (NL_VALIDATE_TRAILING |\
/kernel/linux/linux-5.10/lib/
Dnlattr.c606 if (validate & NL_VALIDATE_TRAILING) in __nla_validate_parse()