Searched refs:nft_request_module (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/netfilter/
H A Dnft_log.c135 return nft_request_module(net, "%s", "nf_log_syslog");
137 return nft_request_module(net, "%s", "nfnetlink_log");
H A Dnft_compat.c278 nft_request_module(ctx->net, "%s", modname) == -EAGAIN)
H A Dnf_tables_api.c877 __printf(2, 3) int nft_request_module(struct net *net, const char *fmt, function
913 EXPORT_SYMBOL_GPL(nft_request_module); variable
937 if (nft_request_module(net, "nft-chain-%u-%.*s", family,
3086 if (nft_request_module(net, "nft-expr-%u-%.*s", family,
3117 if (nft_request_module(net, "nft-expr-%.*s",
7689 if (nft_request_module(net, "nft-obj-%u", objtype) == -EAGAIN)
8384 if (nft_request_module(net, "nf-flowtable-%u", family) == -EAGAIN)
/linux-master/include/net/netfilter/
H A Dnf_tables.h1795 __printf(2, 3) int nft_request_module(struct net *net, const char *fmt, ...);
1797 static inline int nft_request_module(struct net *net, const char *fmt, ...) { return -ENOENT; } function

Completed in 344 milliseconds