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()
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()
10046 struct nft_rule_dp *prule; in nf_tables_commit_chain_prepare()10074 prule = (struct nft_rule_dp *)data; in nf_tables_commit_chain_prepare()10075 data += offsetof(struct nft_rule_dp, data); in nf_tables_commit_chain_prepare()10110 prule = (struct nft_rule_dp *)data; in nf_tables_commit_chain_prepare()
1072 struct nft_rule_dp { struct1081 struct nft_rule_dp end; /* end of nft_rule_blob marker */ argument1087 static inline const struct nft_rule_dp *nft_rule_next(const struct nft_rule_dp *rule) in nft_rule_next()1095 __attribute__((aligned(__alignof__(struct nft_rule_dp))));1511 const struct nft_rule_dp *rule,