Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/netfilter/
Dnft_meta_bridge.c76 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
84 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
Dnft_reject_bridge.c387 .size = NFT_EXPR_SIZE(sizeof(struct nft_reject)),
/linux-4.1.27/net/netfilter/
Dnft_payload.c94 .size = NFT_EXPR_SIZE(sizeof(struct nft_payload)),
102 .size = NFT_EXPR_SIZE(sizeof(struct nft_payload)),
Dnft_cmp.c113 .size = NFT_EXPR_SIZE(sizeof(struct nft_cmp_expr)),
168 .size = NFT_EXPR_SIZE(sizeof(struct nft_cmp_fast_expr)),
Dnft_limit.c90 .size = NFT_EXPR_SIZE(sizeof(struct nft_limit)),
Dnft_counter.c84 .size = NFT_EXPR_SIZE(sizeof(struct nft_counter)),
Dnft_meta.c332 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
340 .size = NFT_EXPR_SIZE(sizeof(struct nft_meta)),
Dnft_queue.c103 .size = NFT_EXPR_SIZE(sizeof(struct nft_queue)),
Dnft_immediate.c107 .size = NFT_EXPR_SIZE(sizeof(struct nft_immediate_expr)),
Dnft_reject_inet.c124 .size = NFT_EXPR_SIZE(sizeof(struct nft_reject)),
Dnft_exthdr.c99 .size = NFT_EXPR_SIZE(sizeof(struct nft_exthdr)),
Dnft_ct.c403 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
412 .size = NFT_EXPR_SIZE(sizeof(struct nft_ct)),
Dnft_lookup.c132 .size = NFT_EXPR_SIZE(sizeof(struct nft_lookup)),
Dnft_bitwise.c121 .size = NFT_EXPR_SIZE(sizeof(struct nft_bitwise)),
Dnft_byteorder.c143 .size = NFT_EXPR_SIZE(sizeof(struct nft_byteorder)),
Dnft_log.c178 .size = NFT_EXPR_SIZE(sizeof(struct nft_log)),
Dnft_nat.c263 .size = NFT_EXPR_SIZE(sizeof(struct nft_nat)),
Dnft_dynset.c242 .size = NFT_EXPR_SIZE(sizeof(struct nft_dynset)),
Dnft_compat.c667 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/
Dnft_reject_ipv4.c46 .size = NFT_EXPR_SIZE(sizeof(struct nft_reject)),
Dnft_masq_ipv4.c36 .size = NFT_EXPR_SIZE(sizeof(struct nft_masq)),
Dnft_redir_ipv4.c45 .size = NFT_EXPR_SIZE(sizeof(struct nft_redir)),
/linux-4.1.27/net/ipv6/netfilter/
Dnft_masq_ipv6.c36 .size = NFT_EXPR_SIZE(sizeof(struct nft_masq)),
Dnft_reject_ipv6.c47 .size = NFT_EXPR_SIZE(sizeof(struct nft_reject)),
Dnft_redir_ipv6.c45 .size = NFT_EXPR_SIZE(sizeof(struct nft_redir)),
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h637 #define NFT_EXPR_SIZE(size) (sizeof(struct nft_expr) + \ macro