Home
last modified time | relevance | path

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

/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c132 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
202 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
/linux/net/netfilter/
H A Dnft_fib_netdev.c83 .size = NFT_EXPR_SIZE(sizeof(struct nft_fib)),
H A Dnft_nat.c317 .size = NFT_EXPR_SIZE(sizeof(struct nft_nat)),
347 .size = NFT_EXPR_SIZE(sizeof(struct nft_nat)),
H A Dnft_compat.c673 if (NFT_EXPR_SIZE(size) > NFT_MATCH_LARGE_THRESH) { in nft_match_validate()
865 matchsize = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops()
867 matchsize = NFT_EXPR_SIZE(sizeof(struct nft_xt_match_priv)); in nft_match_select_ops()
947 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_byteorder.c171 .size = NFT_EXPR_SIZE(sizeof(struct nft_byteorder)),
H A Dnft_ct.c730 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
740 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
750 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
760 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
832 .size = NFT_EXPR_SIZE(0),
H A Dnft_meta.c805 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
815 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
904 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
H A Dnft_rt.c195 .size = NFT_EXPR_SIZE(sizeof(struct nft_rt)),
H A Dnft_payload.c548 .size = NFT_EXPR_SIZE(sizeof(struct nft_payload)),
557 .size = NFT_EXPR_SIZE(sizeof(struct nft_payload)),
652 .size = NFT_EXPR_SIZE(sizeof(struct nft_payload)),
1276 .size = NFT_EXPR_SIZE(sizeof(struct nft_payload_set)),
H A Dnft_bitwise.c407 .size = NFT_EXPR_SIZE(sizeof(struct nft_bitwise)),
515 .size = NFT_EXPR_SIZE(sizeof(struct nft_bitwise_fast_expr)),
H A Dnft_xfrm.c272 .size = NFT_EXPR_SIZE(sizeof(struct nft_xfrm)),
H A Dnft_lookup.c271 .size = NFT_EXPR_SIZE(sizeof(struct nft_lookup)),
H A Dnft_tproxy.c329 .size = NFT_EXPR_SIZE(sizeof(struct nft_tproxy)),
H A Dnft_synproxy.c288 .size = NFT_EXPR_SIZE(sizeof(struct nft_synproxy)),
H A Dnft_dynset.c431 .size = NFT_EXPR_SIZE(sizeof(struct nft_dynset)),
/linux/include/net/netfilter/
H A Dnf_tables.h400 #define NFT_EXPR_SIZE(size) (sizeof(struct nft_expr) + \ macro