Searched refs:nft_request_module (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/net/netfilter/ |
D | nft_log.c | 135 return nft_request_module(net, "%s", "nf_log_syslog"); in nft_log_modprobe() 137 return nft_request_module(net, "%s", "nfnetlink_log"); in nft_log_modprobe()
|
D | nft_compat.c | 271 nft_request_module(ctx->net, "%s", modname) == -EAGAIN) in nft_target_init()
|
D | nf_tables_api.c | 714 __printf(2, 3) int nft_request_module(struct net *net, const char *fmt, in nft_request_module() function 750 EXPORT_SYMBOL_GPL(nft_request_module); 774 if (nft_request_module(net, "nft-chain-%u-%.*s", family, in nf_tables_chain_type_lookup() 2719 if (nft_request_module(net, "nft-expr-%u-%.*s", family, in nft_expr_type_request_module() 2746 if (nft_request_module(net, "nft-expr-%.*s", in nft_expr_type_get() 6788 if (nft_request_module(net, "nft-obj-%u", objtype) == -EAGAIN) in nft_obj_type_get() 7446 if (nft_request_module(net, "nf-flowtable-%u", family) == -EAGAIN) in nft_flowtable_type_get()
|
/Linux-v6.1/include/net/netfilter/ |
D | nf_tables.h | 1644 __printf(2, 3) int nft_request_module(struct net *net, const char *fmt, ...); 1646 static inline int nft_request_module(struct net *net, const char *fmt, ...) { return -ENOENT; } in nft_request_module() function
|