Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
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()
Dnf_tables_api.c529 nft_trans_flow_rule(trans) = flow; in nft_delrule()
4021 nft_trans_flow_rule(trans) = flow; in nf_tables_newrule()
10013 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in nf_tables_commit()
10028 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in nf_tables_commit()
10309 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in __nf_tables_abort()
10317 nft_flow_rule_destroy(nft_trans_flow_rule(trans)); in __nf_tables_abort()
/Linux-v6.6/include/net/netfilter/
Dnf_tables.h1566 #define nft_trans_flow_rule(trans) \ macro