Home
last modified time | relevance | path

Searched refs:nla_get_u32 (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dgenl_magic_struct.h83 nla_get_u32, nla_put_u32, false)
86 nla_get_u32, nla_put_u32, true)
/linux-4.19.296/crypto/
Dcrypto_user.c361 alg->cra_priority = nla_get_u32(priority); in crypto_update_alg()
447 alg->cra_priority = nla_get_u32(priority); in crypto_add_alg()
/linux-4.19.296/include/net/
Dfib_rules.h152 return nla_get_u32(nla[FRA_TABLE]); in frh_get_table()
Dnetlink.h1071 static inline u32 nla_get_u32(const struct nlattr *nla) in nla_get_u32() function