Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_tables_api.c212 struct nftables_pernet *nft_net; in __nft_set_trans_bind() local
247 struct nftables_pernet *nft_net; in __nft_chain_trans_bind() local
443 static bool nft_trans_collapse_set_elem(struct nftables_pernet *nft_net, in nft_trans_collapse_set_elem()
486 static bool nft_trans_try_collapse(struct nftables_pernet *nft_net, in nft_trans_try_collapse()
512 struct nftables_pernet *nft_net = nft_pernet(net); in nft_trans_commit_list_add_tail() local
543 struct nftables_pernet *nft_net = nft_pernet(net); in nft_trans_commit_list_add_elem() local
979 struct nftables_pernet *nft_net; in nft_table_lookup() local
1006 struct nftables_pernet *nft_net; in nft_table_lookup_byhandle() local
1069 struct nftables_pernet *nft_net; in nft_request_module() local
1136 struct nftables_pernet *nft_net = nft_pernet(net); in nft_base_seq() local
[all …]
H A Dnf_tables_offload.c405 struct nftables_pernet *nft_net; nft_indr_block_cleanup() local
512 struct nftables_pernet *nft_net = nft_pernet(net); nft_flow_rule_offload_abort() local
561 struct nftables_pernet *nft_net = nft_pernet(net); nft_flow_rule_offload_commit() local
621 __nft_offload_get_chain(const struct nftables_pernet * nft_net,struct net_device * dev) __nft_offload_get_chain() argument
661 struct nftables_pernet *nft_net; nft_offload_netdev_event() local
[all...]
H A Dnft_chain_filter.c376 struct nftables_pernet *nft_net; in __nf_tables_netdev_event() local
406 struct nftables_pernet *nft_net; in nf_tables_netdev_event() local
H A Dnft_dynset.c166 struct nftables_pernet *nft_net = nft_pernet(ctx->net); in nft_dynset_init() local
H A Dnft_set_hash.c317 struct nftables_pernet *nft_net; in nft_rhash_gc() local
/linux/include/net/netfilter/
H A Dnf_tables.h50 static inline struct net *nft_net(const struct nft_pktinfo *pkt) in nft_net() function