Searched refs:nft_parse_u32_check (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/net/netfilter/ |
D | nft_exthdr.c | 434 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OFFSET], U8_MAX, &offset); in nft_exthdr_init() 438 err = nft_parse_u32_check(tb[NFTA_EXTHDR_LEN], U8_MAX, &len); in nft_exthdr_init() 443 err = nft_parse_u32_check(tb[NFTA_EXTHDR_FLAGS], U8_MAX, &flags); in nft_exthdr_init() 452 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_init() 485 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OFFSET], U8_MAX, &offset); in nft_exthdr_tcp_set_init() 489 err = nft_parse_u32_check(tb[NFTA_EXTHDR_LEN], U8_MAX, &len); in nft_exthdr_tcp_set_init() 503 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_tcp_set_init()
|
D | nft_byteorder.c | 119 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_SIZE], U8_MAX, &size); in nft_byteorder_init() 134 err = nft_parse_u32_check(tb[NFTA_BYTEORDER_LEN], U8_MAX, &len); in nft_byteorder_init()
|
D | nft_range.c | 91 err = nft_parse_u32_check(tb[NFTA_RANGE_OP], U8_MAX, &op); in nft_range_init()
|
D | nft_payload.c | 753 err = nft_parse_u32_check(tb[NFTA_PAYLOAD_CSUM_OFFSET], U8_MAX, in nft_payload_set_init() 870 err = nft_parse_u32_check(tb[NFTA_PAYLOAD_OFFSET], U8_MAX, &offset); in nft_payload_select_ops() 874 err = nft_parse_u32_check(tb[NFTA_PAYLOAD_LEN], U8_MAX, &len); in nft_payload_select_ops()
|
D | nft_bitwise.c | 168 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_init() 494 err = nft_parse_u32_check(tb[NFTA_BITWISE_LEN], U8_MAX, &len); in nft_bitwise_select_ops()
|
D | nft_hash.c | 86 err = nft_parse_u32_check(tb[NFTA_HASH_LEN], U8_MAX, &len); in nft_jhash_init()
|
D | nf_tables_api.c | 9462 int nft_parse_u32_check(const struct nlattr *attr, int max, u32 *dest) in nft_parse_u32_check() function 9473 EXPORT_SYMBOL_GPL(nft_parse_u32_check);
|
/linux-5.19.10/include/net/netfilter/ |
D | nf_tables.h | 237 int nft_parse_u32_check(const struct nlattr *attr, int max, u32 *dest);
|