Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables.h1066 struct nft_rule_dp { struct
1075 struct nft_rule_dp end; /* end of nft_rule_blob marker */ argument
1081 static inline const struct nft_rule_dp *nft_rule_next(const struct nft_rule_dp *rule) in nft_rule_next()
1089 __attribute__((aligned(__alignof__(struct nft_rule_dp))));
1533 const struct nft_rule_dp *rule,
/linux/net/netfilter/
H A Dnf_tables_api.c10309 struct nft_rule_dp *prule; in nf_tables_commit_chain_prepare()
10337 prule = (struct nft_rule_dp *)data; in nf_tables_commit_chain_prepare()
10338 data += offsetof(struct nft_rule_dp, data); in nf_tables_commit_chain_prepare()
10373 prule = (struct nft_rule_dp *)data; in nf_tables_commit_chain_prepare()