Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c189 struct nftables_pernet *nft_net; in __nft_set_trans_bind() local
224 struct nftables_pernet *nft_net; in __nft_chain_trans_bind() local
785 struct nftables_pernet *nft_net; in nft_table_lookup() local
812 struct nftables_pernet *nft_net; in nft_table_lookup_byhandle() local
875 struct nftables_pernet *nft_net; in nft_request_module() local
1014 struct nftables_pernet *nft_net; in nf_tables_table_notify() local
1048 struct nftables_pernet *nft_net; in nf_tables_dump_tables() local
1869 struct nftables_pernet *nft_net; in nf_tables_chain_notify() local
1907 struct nftables_pernet *nft_net; in nf_tables_dump_chains() local
3559 struct nftables_pernet *nft_net; in nf_tables_dump_rules() local
[all …]
H A Dnf_tables_offload.c405 struct nftables_pernet *nft_net; in nft_indr_block_cleanup() local
512 struct nftables_pernet *nft_net = nft_pernet(net); in nft_flow_rule_offload_abort() local
561 struct nftables_pernet *nft_net = nft_pernet(net); in nft_flow_rule_offload_commit() local
621 static struct nft_chain *__nft_offload_get_chain(const struct nftables_pernet *nft_net, in __nft_offload_get_chain()
661 struct nftables_pernet *nft_net; in nft_offload_netdev_event() local
H A Dnft_dynset.c164 struct nftables_pernet *nft_net = nft_pernet(ctx->net); in nft_dynset_init() local
H A Dnft_chain_filter.c363 struct nftables_pernet *nft_net; in nf_tables_netdev_event() local
H A Dnft_set_rbtree.c618 struct nftables_pernet *nft_net; in nft_rbtree_gc() local
H A Dnft_set_hash.c314 struct nftables_pernet *nft_net; in nft_rhash_gc() local
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h50 static inline struct net *nft_net(const struct nft_pktinfo *pkt) in nft_net() function