Home
last modified time | relevance | path

Searched refs:nft_trans_flow_rule (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_tables_offload.c549 nft_trans_flow_rule(trans), in nft_flow_rule_offload_abort()
599 nft_trans_flow_rule(trans), in nft_flow_rule_offload_commit()
H A Dnf_tables_api.c530 nft_trans_flow_rule(trans) = flow; in nft_delrule()
4137 nft_trans_flow_rule(trans) = flow; in nf_tables_newrule()
10324 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in nf_tables_commit()
10339 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in nf_tables_commit()
10625 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in __nf_tables_abort()
10633 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in __nf_tables_abort()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1624 #define nft_trans_flow_rule(trans) \ macro