Searched refs:nft_request_module (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 1930 __printf(2, 3) int nft_request_module(struct net *net, const char *fmt, ...); 1932 static inline int nft_request_module(struct net *net, const char *fmt, ...) { return -ENOENT; } in nft_request_module() function
|
| /linux/net/netfilter/ |
| H A D | nft_compat.c | 279 nft_request_module(ctx->net, "%s", modname) == -EAGAIN) in nft_target_init()
|
| H A D | nf_tables_api.c | 1071 __printf(2, 3) int nft_request_module(struct net *net, const char *fmt, in nft_request_module() function 1107 EXPORT_SYMBOL_GPL(nft_request_module); 1131 if (nft_request_module(net, "nft-chain-%u-%.*s", family, in nf_tables_chain_type_lookup() 3428 if (nft_request_module(net, "nft-expr-%u-%.*s", family, in nft_expr_type_request_module() 3459 if (nft_request_module(net, "nft-expr-%.*s", in nft_expr_type_get() 8242 if (nft_request_module(net, "nft-obj-%u", objtype) == -EAGAIN) in nft_obj_type_get() 8955 if (nft_request_module(net, "nf-flowtable-%u", family) == -EAGAIN) in nft_flowtable_type_get()
|