Searched refs:nft_parse_u32_check (Results 1 – 3 of 3) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_byteorder.c | 107 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 D | nft_bitwise.c | 258 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 D | nf_tables_api.c | 11596 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);
|