Searched refs:NFT_EXPR_SIZE (Results 1 – 9 of 9) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_exthdr.c | 707 .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 D | nft_fwd_netdev.c | 247 .size = NFT_EXPR_SIZE(sizeof(struct nft_fwd_neigh)), 256 .size = NFT_EXPR_SIZE(sizeof(struct nft_fwd_netdev)),
|
| H A D | nft_ct.c | 732 .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 D | nft_compat.c | 657 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 D | nft_osf.c | 137 .size = NFT_EXPR_SIZE(sizeof(struct nft_osf)),
|
| H A D | nft_bitwise.c | 397 .size = NFT_EXPR_SIZE(sizeof(struct nft_bitwise)), 505 .size = NFT_EXPR_SIZE(sizeof(struct nft_bitwise_fast_expr)),
|
| H A D | nft_tproxy.c | 329 .size = NFT_EXPR_SIZE(sizeof(struct nft_tproxy)),
|
| H A D | nft_dynset.c | 426 .size = NFT_EXPR_SIZE(sizeof(struct nft_dynset)),
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 393 #define NFT_EXPR_SIZE(size) (sizeof(struct nft_expr) + \ macro
|