Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnft_exthdr.c329 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OFFSET], U8_MAX, &offset); in nft_exthdr_init()
333 err = nft_parse_u32_check(tb[NFTA_EXTHDR_LEN], U8_MAX, &len); in nft_exthdr_init()
338 err = nft_parse_u32_check(tb[NFTA_EXTHDR_FLAGS], U8_MAX, &flags); in nft_exthdr_init()
347 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_init()
380 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OFFSET], U8_MAX, &offset); in nft_exthdr_tcp_set_init()
384 err = nft_parse_u32_check(tb[NFTA_EXTHDR_LEN], U8_MAX, &len); in nft_exthdr_tcp_set_init()
398 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_tcp_set_init()
Dnft_byteorder.c119 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_SIZE], U8_MAX, &size); in nft_byteorder_init()
135 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_LEN], U8_MAX, &len); in nft_byteorder_init()
Dnft_range.c84 err = nft_parse_u32_check(tb[NFTA_RANGE_OP], U8_MAX, &op); in nft_range_init()
Dnft_bitwise.c62 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_init()
Dnft_hash.c89 err = nft_parse_u32_check(tb[NFTA_HASH_LEN], U8_MAX, &len); in nft_jhash_init()
Dnf_tables_api.c7250 int nft_parse_u32_check(const struct nlattr *attr, int max, u32 *dest) in nft_parse_u32_check() function
7261 EXPORT_SYMBOL_GPL(nft_parse_u32_check);
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h205 int nft_parse_u32_check(const struct nlattr *attr, int max, u32 *dest);