Home
last modified time | relevance | path

Searched refs:nft_rule_dp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_tables_core.c46 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()
H A Dnf_tables_trace.c128 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()
H A Dnf_tables_api.c9492 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()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1040 struct nft_rule_dp { struct
1049 struct nft_rule_dp end; /* end of nft_rule_blob marker */ argument
1055 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,