Searched refs:nft_rule_dp_last (Results 1 – 3 of 3) sorted by relevance
220 const struct nft_rule_dp_last *last; in nft_trace_get_chain()228 last = (const struct nft_rule_dp_last *)rule; in nft_trace_get_chain()
2552 struct nft_rule_dp_last *lrule; in nft_last_rule()2554 BUILD_BUG_ON(offsetof(struct nft_rule_dp_last, end) != 0); in nft_last_rule()2556 lrule = (struct nft_rule_dp_last *)ptr; in nft_last_rule()2570 size += sizeof(struct nft_rule_blob) + sizeof(struct nft_rule_dp_last); in nf_tables_chain_alloc_rules()10213 struct nft_rule_dp_last *l = container_of(h, struct nft_rule_dp_last, h); in __nf_tables_commit_chain_free_rules()10220 struct nft_rule_dp_last *last; in nf_tables_commit_chain_free_rules_old()
1069 struct nft_rule_dp_last { struct