Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnf_tables_offload.c548 nft_trans_flow_rule(trans), in nft_flow_rule_offload_abort()
598 nft_trans_flow_rule(trans), in nft_flow_rule_offload_commit()
Dnf_tables_api.c439 nft_trans_flow_rule(trans) = flow; in nft_delrule()
3591 nft_trans_flow_rule(trans) = flow; in nf_tables_newrule()
8963 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in nf_tables_commit()
8977 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in nf_tables_commit()
9197 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in __nf_tables_abort()
9204 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in __nf_tables_abort()
/Linux-v6.1/include/net/netfilter/
Dnf_tables.h1546 #define nft_trans_flow_rule(trans) \ macro