Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnf_tables_offload.c526 nft_trans_flow_rule(trans), in nft_flow_rule_offload_abort()
576 nft_trans_flow_rule(trans), in nft_flow_rule_offload_commit()
Dnf_tables_api.c424 nft_trans_flow_rule(trans) = flow; in nft_delrule()
3465 nft_trans_flow_rule(trans) = flow; in nf_tables_newrule()
8871 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in __nf_tables_abort()
8878 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in __nf_tables_abort()
/Linux-v5.15/include/net/netfilter/
Dnf_tables.h1480 #define nft_trans_flow_rule(trans) \ macro