Searched refs:nft_rule_dp (Results 1 – 4 of 4) sorted by relevance
46 const struct nft_rule_dp *rule, in __nft_trace_packet()61 const struct nft_rule_dp *rule, in nft_trace_packet()113 const struct nft_rule_dp *rule, in __nft_trace_verdict()140 const struct nft_rule_dp *rule, in nft_trace_verdict()203 const struct nft_rule_dp *rule;258 const struct nft_rule_dp *rule; in nft_do_chain()275 rule = (struct nft_rule_dp *)blob->data; in nft_do_chain()
128 const struct nft_rule_dp *rule, in nf_trace_fill_rule_info()170 static const struct nft_chain *nft_trace_get_chain(const struct nft_rule_dp *rule, in nft_trace_get_chain()191 const struct nft_rule_dp *rule, in nft_trace_notify()
9492 struct nft_rule_dp *prule; in nf_tables_commit_chain_prepare()9520 prule = (struct nft_rule_dp *)data; in nf_tables_commit_chain_prepare()9521 data += offsetof(struct nft_rule_dp, data); in nf_tables_commit_chain_prepare()9556 prule = (struct nft_rule_dp *)data; in nf_tables_commit_chain_prepare()
1040 struct nft_rule_dp { struct1049 struct nft_rule_dp end; /* end of nft_rule_blob marker */ argument1055 static inline const struct nft_rule_dp *nft_rule_next(const struct nft_rule_dp *rule) in nft_rule_next()1063 __attribute__((aligned(__alignof__(struct nft_rule_dp))));1473 const struct nft_rule_dp *rule,