Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnft_exthdr.c512 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OFFSET], U8_MAX, &offset); in nft_exthdr_init()
516 err = nft_parse_u32_check(tb[NFTA_EXTHDR_LEN], U8_MAX, &len); in nft_exthdr_init()
521 err = nft_parse_u32_check(tb[NFTA_EXTHDR_FLAGS], U8_MAX, &flags); in nft_exthdr_init()
530 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_init()
563 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OFFSET], U8_MAX, &offset); in nft_exthdr_tcp_set_init()
567 err = nft_parse_u32_check(tb[NFTA_EXTHDR_LEN], U8_MAX, &len); in nft_exthdr_tcp_set_init()
581 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()
136 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_LEN], U8_MAX, &len); in nft_byteorder_init()
Dnft_range.c91 err = nft_parse_u32_check(tb[NFTA_RANGE_OP], U8_MAX, &op); in nft_range_init()
Dnft_bitwise.c168 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_init()
496 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_select_ops()
Dnft_payload.c954 err = nft_parse_u32_check(tb[NFTA_PAYLOAD_CSUM_OFFSET], U8_MAX, in nft_payload_set_init()
1072 err = nft_parse_u32_check(tb[NFTA_PAYLOAD_OFFSET], U8_MAX, &offset); in nft_payload_select_ops()
1076 err = nft_parse_u32_check(tb[NFTA_PAYLOAD_LEN], U8_MAX, &len); in nft_payload_select_ops()
Dnft_hash.c87 err = nft_parse_u32_check(tb[NFTA_HASH_LEN], U8_MAX, &len); in nft_jhash_init()
Dnf_tables_api.c11020 int nft_parse_u32_check(const struct nlattr *attr, int max, u32 *dest) in nft_parse_u32_check() function
11031 EXPORT_SYMBOL_GPL(nft_parse_u32_check);
/linux-6.12.1/include/net/netfilter/
Dnf_tables.h256 int nft_parse_u32_check(const struct nlattr *attr, int max, u32 *dest);