Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_exthdr.c234 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OFFSET], U8_MAX, &offset); in nft_exthdr_init()
238 err = nft_parse_u32_check(tb[NFTA_EXTHDR_LEN], U8_MAX, &len); in nft_exthdr_init()
243 err = nft_parse_u32_check(tb[NFTA_EXTHDR_FLAGS], U8_MAX, &flags); in nft_exthdr_init()
252 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_init()
285 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OFFSET], U8_MAX, &offset); in nft_exthdr_tcp_set_init()
289 err = nft_parse_u32_check(tb[NFTA_EXTHDR_LEN], U8_MAX, &len); in nft_exthdr_tcp_set_init()
303 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_tcp_set_init()
Dnft_byteorder.c121 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_SIZE], U8_MAX, &size); in nft_byteorder_init()
137 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_LEN], U8_MAX, &len); in nft_byteorder_init()
Dnft_range.c88 err = nft_parse_u32_check(tb[NFTA_RANGE_OP], U8_MAX, &op); in nft_range_init()
Dnft_bitwise.c65 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_init()
Dnft_hash.c142 err = nft_parse_u32_check(tb[NFTA_HASH_LEN], U8_MAX, &len); in nft_jhash_init()
Dnf_tables_api.c6829 int nft_parse_u32_check(const struct nlattr *attr, int max, u32 *dest) in nft_parse_u32_check() function
6840 EXPORT_SYMBOL_GPL(nft_parse_u32_check);
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h191 int nft_parse_u32_check(const struct nlattr *attr, int max, u32 *dest);