Home
last modified time | relevance | path

Searched refs:NFT_EXPR_SIZE (Results 1 – 9 of 9) sorted by relevance

/linux/net/netfilter/
H A Dnft_exthdr.c707 .size = NFT_EXPR_SIZE(sizeof(struct nft_exthdr)),
715 .size = NFT_EXPR_SIZE(sizeof(struct nft_exthdr)),
723 .size = NFT_EXPR_SIZE(sizeof(struct nft_exthdr)),
731 .size = NFT_EXPR_SIZE(sizeof(struct nft_exthdr)),
739 .size = NFT_EXPR_SIZE(sizeof(struct nft_exthdr)),
747 .size = NFT_EXPR_SIZE(sizeof(struct nft_exthdr)),
756 .size = NFT_EXPR_SIZE(sizeof(struct nft_exthdr)),
H A Dnft_fwd_netdev.c247 .size = NFT_EXPR_SIZE(sizeof(struct nft_fwd_neigh)),
256 .size = NFT_EXPR_SIZE(sizeof(struct nft_fwd_netdev)),
H A Dnft_ct.c732 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
742 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
752 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
762 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
834 .size = NFT_EXPR_SIZE(0),
H A Dnft_compat.c657 if (NFT_EXPR_SIZE(size) > NFT_MATCH_LARGE_THRESH) { in nft_match_validate()
849 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops()
851 matchsize = NFT_EXPR_SIZE(sizeof(struct nft_xt_match_priv)); in nft_match_select_ops()
931 ops->size = NFT_EXPR_SIZE(XT_ALIGN(target->targetsize)); in nft_target_select_ops()
H A Dnft_osf.c137 .size = NFT_EXPR_SIZE(sizeof(struct nft_osf)),
H A Dnft_bitwise.c397 .size = NFT_EXPR_SIZE(sizeof(struct nft_bitwise)),
505 .size = NFT_EXPR_SIZE(sizeof(struct nft_bitwise_fast_expr)),
H A Dnft_tproxy.c329 .size = NFT_EXPR_SIZE(sizeof(struct nft_tproxy)),
H A Dnft_dynset.c426 .size = NFT_EXPR_SIZE(sizeof(struct nft_dynset)),
/linux/include/net/netfilter/
H A Dnf_tables.h393 #define NFT_EXPR_SIZE(size) (sizeof(struct nft_expr) + \ macro