Searched refs:NFT_EXPR_SIZE (Results 1 – 26 of 26) sorted by relevance
/linux-4.1.27/net/bridge/netfilter/ |
D | nft_meta_bridge.c | 76 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)), 84 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
|
D | nft_reject_bridge.c | 387 .size = NFT_EXPR_SIZE(sizeof(struct nft_reject)),
|
/linux-4.1.27/net/netfilter/ |
D | nft_payload.c | 94 .size = NFT_EXPR_SIZE(sizeof(struct nft_payload)), 102 .size = NFT_EXPR_SIZE(sizeof(struct nft_payload)),
|
D | nft_cmp.c | 113 .size = NFT_EXPR_SIZE(sizeof(struct nft_cmp_expr)), 168 .size = NFT_EXPR_SIZE(sizeof(struct nft_cmp_fast_expr)),
|
D | nft_limit.c | 90 .size = NFT_EXPR_SIZE(sizeof(struct nft_limit)),
|
D | nft_counter.c | 84 .size = NFT_EXPR_SIZE(sizeof(struct nft_counter)),
|
D | nft_meta.c | 332 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)), 340 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
|
D | nft_queue.c | 103 .size = NFT_EXPR_SIZE(sizeof(struct nft_queue)),
|
D | nft_immediate.c | 107 .size = NFT_EXPR_SIZE(sizeof(struct nft_immediate_expr)),
|
D | nft_reject_inet.c | 124 .size = NFT_EXPR_SIZE(sizeof(struct nft_reject)),
|
D | nft_exthdr.c | 99 .size = NFT_EXPR_SIZE(sizeof(struct nft_exthdr)),
|
D | nft_ct.c | 403 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)), 412 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
|
D | nft_lookup.c | 132 .size = NFT_EXPR_SIZE(sizeof(struct nft_lookup)),
|
D | nft_bitwise.c | 121 .size = NFT_EXPR_SIZE(sizeof(struct nft_bitwise)),
|
D | nft_byteorder.c | 143 .size = NFT_EXPR_SIZE(sizeof(struct nft_byteorder)),
|
D | nft_log.c | 178 .size = NFT_EXPR_SIZE(sizeof(struct nft_log)),
|
D | nft_nat.c | 263 .size = NFT_EXPR_SIZE(sizeof(struct nft_nat)),
|
D | nft_dynset.c | 242 .size = NFT_EXPR_SIZE(sizeof(struct nft_dynset)),
|
D | nft_compat.c | 667 nft_match->ops.size = NFT_EXPR_SIZE(XT_ALIGN(match->matchsize)); in nft_match_select_ops() 747 nft_target->ops.size = NFT_EXPR_SIZE(XT_ALIGN(target->targetsize)); in nft_target_select_ops()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nft_reject_ipv4.c | 46 .size = NFT_EXPR_SIZE(sizeof(struct nft_reject)),
|
D | nft_masq_ipv4.c | 36 .size = NFT_EXPR_SIZE(sizeof(struct nft_masq)),
|
D | nft_redir_ipv4.c | 45 .size = NFT_EXPR_SIZE(sizeof(struct nft_redir)),
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nft_masq_ipv6.c | 36 .size = NFT_EXPR_SIZE(sizeof(struct nft_masq)),
|
D | nft_reject_ipv6.c | 47 .size = NFT_EXPR_SIZE(sizeof(struct nft_reject)),
|
D | nft_redir_ipv6.c | 45 .size = NFT_EXPR_SIZE(sizeof(struct nft_redir)),
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_tables.h | 637 #define NFT_EXPR_SIZE(size) (sizeof(struct nft_expr) + \ macro
|