Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dnetlink.h492 NL_VALIDATE_TRAILING = BIT(0), enumerator
499 #define NL_VALIDATE_DEPRECATED_STRICT (NL_VALIDATE_TRAILING |\
501 #define NL_VALIDATE_STRICT (NL_VALIDATE_TRAILING |\
/Linux-v6.6/lib/
Dnlattr.c624 if (validate & NL_VALIDATE_TRAILING) in __nla_validate_parse()