Searched refs:nft_rule_dp_last (Results 1 – 3 of 3) sorted by relevance
173 const struct nft_rule_dp_last *last; in nft_trace_get_chain()181 last = (const struct nft_rule_dp_last *)rule; in nft_trace_get_chain()
2317 struct nft_rule_dp_last *lrule; in nft_last_rule()2319 BUILD_BUG_ON(offsetof(struct nft_rule_dp_last, end) != 0); in nft_last_rule()2321 lrule = (struct nft_rule_dp_last *)ptr; in nft_last_rule()2335 size += sizeof(struct nft_rule_blob) + sizeof(struct nft_rule_dp_last); in nf_tables_chain_alloc_rules()9416 struct nft_rule_dp_last *l = container_of(h, struct nft_rule_dp_last, h); in __nf_tables_commit_chain_free_rules()9423 struct nft_rule_dp_last *last; in nf_tables_commit_chain_free_rules_old()
1011 struct nft_rule_dp_last { struct