Home
last modified time | relevance | path

Searched defs:nft_net (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/net/netfilter/
Dnf_tables_api.c107 struct nftables_pernet *nft_net = nft_pernet(net); in nft_validate_state_update() local
176 struct nftables_pernet *nft_net; in nft_set_trans_bind() local
295 struct nftables_pernet *nft_net = nft_pernet(net); in nft_trans_commit_list_add_tail() local
641 struct nftables_pernet *nft_net; in nft_table_lookup() local
668 struct nftables_pernet *nft_net; in nft_table_lookup_byhandle() local
730 struct nftables_pernet *nft_net; in nft_request_module() local
797 struct nftables_pernet *nft_net = nft_pernet(net); in nft_base_seq() local
861 struct nftables_pernet *nft_net; in nf_tables_table_notify() local
895 struct nftables_pernet *nft_net; in nf_tables_dump_tables() local
1182 struct nftables_pernet *nft_net = nft_pernet(info->net); in nf_tables_newtable() local
[all …]
Dnf_tables_offload.c404 struct nftables_pernet *nft_net; in nft_indr_block_cleanup() local
511 struct nftables_pernet *nft_net = nft_pernet(net); in nft_flow_rule_offload_abort() local
560 struct nftables_pernet *nft_net = nft_pernet(net); in nft_flow_rule_offload_commit() local
620 static struct nft_chain *__nft_offload_get_chain(const struct nftables_pernet *nft_net, in __nft_offload_get_chain()
660 struct nftables_pernet *nft_net; in nft_offload_netdev_event() local
Dnft_dynset.c164 struct nftables_pernet *nft_net = nft_pernet(ctx->net); in nft_dynset_init() local
Dnft_chain_filter.c354 struct nftables_pernet *nft_net; in nf_tables_netdev_event() local
/linux-6.1.9/include/net/netfilter/
Dnf_tables.h49 static inline struct net *nft_net(const struct nft_pktinfo *pkt) in nft_net() function