Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnf_tables_api.c855 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
863 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
9003 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()
10901 nft_trans_flowtable(trans), in nf_tables_commit()
10909 nft_trans_flowtable(trans), in nf_tables_commit()
10919 nft_trans_flowtable(trans), in nf_tables_commit()
10923 nft_trans_flowtable(trans), in nf_tables_commit()
10928 nft_trans_flowtable(trans), in nf_tables_commit()
10932 nft_trans_flowtable(trans), in nf_tables_commit()
11195 nft_trans_flowtable(trans), in __nf_tables_abort()
[all …]
/linux-6.15/include/net/netfilter/
H A Dnf_tables.h1809 struct nft_trans_flowtable { struct
1818 container_of(t, struct nft_trans_flowtable, nft_trans) argument
1819 #define nft_trans_flowtable(trans) \ macro