Home
last modified time | relevance | path

Searched refs:nft_parse_u32_check (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dnft_byteorder.c107 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_SIZE], U8_MAX, &size); in nft_byteorder_init()
122 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_LEN], U8_MAX, &len); in nft_byteorder_init()
H A Dnft_bitwise.c258 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_init()
534 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_select_ops()
H A Dnf_tables_api.c11596 int nft_parse_u32_check(const struct nlattr *attr, int max, u32 *dest) in nft_parse_u32_check() function
11607 EXPORT_SYMBOL_GPL(nft_parse_u32_check);