Searched refs:try_then_request_module (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | kmod.h | 24 #define try_then_request_module(x, mod...) \ macro 29 #define try_then_request_module(x, mod...) (x) macro
|
| /linux/fs/nls/ |
| H A D | nls_base.c | 304 return try_then_request_module(find_nls(charset), "nls_%s", charset); in load_nls()
|
| /linux/drivers/media/usb/as102/ |
| H A D | as102_drv.c | 355 try_then_request_module(as102_fw_upload(&as102_dev->bus_adap), in as102_dvb_register()
|
| /linux/net/atm/ |
| H A D | resources.c | 237 dev = try_then_request_module(atm_dev_lookup(number), "atm-device-%d", in atm_dev_ioctl()
|
| H A D | common.c | 496 dev = try_then_request_module(atm_dev_lookup(itf), in vcc_connect()
|
| /linux/net/netfilter/ |
| H A D | nft_compat.c | 720 try_then_request_module(xt_find_revision(family, name, rev, target, &ret), in nfnl_compat_get_rcu()
|
| /linux/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 1477 try_then_request_module(xt_find_revision(NFPROTO_ARP, rev.name, in do_arpt_get_ctl()
|
| H A D | ip_tables.c | 1691 try_then_request_module(xt_find_revision(AF_INET, rev.name, in do_ipt_get_ctl()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 1700 try_then_request_module(xt_find_revision(AF_INET6, rev.name, in do_ip6t_get_ctl()
|
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 370 return try_then_request_module( in find_inlist_lock()
|
| /linux/drivers/net/ppp/ |
| H A D | ppp_generic.c | 3063 cp = try_then_request_module( in ppp_set_compress()
|