Searched refs:nft_rule_dp (Results 1 – 4 of 4) sorted by relevance
43 const struct nft_rule_dp *rule, in __nft_trace_packet()58 const struct nft_rule_dp *rule, in nft_trace_packet()110 const struct nft_rule_dp *rule, in __nft_trace_verdict()137 const struct nft_rule_dp *rule, in nft_trace_verdict()200 const struct nft_rule_dp *rule;255 const struct nft_rule_dp *rule; in nft_do_chain()272 rule = (struct nft_rule_dp *)blob->data; in nft_do_chain()
175 const struct nft_rule_dp *rule, in nf_trace_fill_rule_info()217 static const struct nft_chain *nft_trace_get_chain(const struct nft_rule_dp *rule, in nft_trace_get_chain()238 const struct nft_rule_dp *rule, in nft_trace_notify()
10339 struct nft_rule_dp *prule; in nf_tables_commit_chain_prepare()10367 prule = (struct nft_rule_dp *)data; in nf_tables_commit_chain_prepare()10368 data += offsetof(struct nft_rule_dp, data); in nf_tables_commit_chain_prepare()10403 prule = (struct nft_rule_dp *)data; in nf_tables_commit_chain_prepare()
1068 struct nft_rule_dp { struct1077 struct nft_rule_dp end; /* end of nft_rule_blob marker */ argument1083 static inline const struct nft_rule_dp *nft_rule_next(const struct nft_rule_dp *rule) in nft_rule_next()1091 __attribute__((aligned(__alignof__(struct nft_rule_dp))));1530 const struct nft_rule_dp *rule,