try_then_request_module  427 crypto/algapi.c 	return try_then_request_module(__crypto_lookup_template(name), name);
try_then_request_module  218 crypto/api.c   	alg = try_then_request_module(crypto_alg_lookup(name, type, mask),
try_then_request_module  602 include/linux/module.h #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
try_then_request_module  443 net/atm/common.c 		dev = try_then_request_module(atm_dev_lookup(itf), "atm-device-%d", itf);
try_then_request_module  247 net/atm/resources.c 	if (!(dev = try_then_request_module(atm_dev_lookup(number),
try_then_request_module  345 net/bridge/netfilter/ebtables.c 	match = try_then_request_module(xt_find_match(NFPROTO_BRIDGE,
try_then_request_module  379 net/bridge/netfilter/ebtables.c 	watcher = try_then_request_module(
try_then_request_module  691 net/bridge/netfilter/ebtables.c 	target = try_then_request_module(
try_then_request_module  494 net/ipv4/netfilter/arp_tables.c 	target = try_then_request_module(xt_find_target(NFPROTO_ARP,
try_then_request_module  879 net/ipv4/netfilter/arp_tables.c 	t = try_then_request_module(xt_find_table_lock(net, NFPROTO_ARP, name),
try_then_request_module  978 net/ipv4/netfilter/arp_tables.c 	t = try_then_request_module(xt_find_table_lock(net, NFPROTO_ARP, name),
try_then_request_module 1229 net/ipv4/netfilter/arp_tables.c 	target = try_then_request_module(xt_find_target(NFPROTO_ARP,
try_then_request_module 1720 net/ipv4/netfilter/arp_tables.c 		try_then_request_module(xt_find_revision(NFPROTO_ARP, rev.name,
try_then_request_module  639 net/ipv4/netfilter/ip_tables.c 	match = try_then_request_module(xt_find_match(AF_INET, m->u.user.name,
try_then_request_module  705 net/ipv4/netfilter/ip_tables.c 	target = try_then_request_module(xt_find_target(AF_INET,
try_then_request_module 1123 net/ipv4/netfilter/ip_tables.c 	t = try_then_request_module(xt_find_table_lock(net, AF_INET, name),
try_then_request_module 1219 net/ipv4/netfilter/ip_tables.c 	t = try_then_request_module(xt_find_table_lock(net, AF_INET, name),
try_then_request_module 1491 net/ipv4/netfilter/ip_tables.c 	match = try_then_request_module(xt_find_match(AF_INET, m->u.user.name,
try_then_request_module 1576 net/ipv4/netfilter/ip_tables.c 	target = try_then_request_module(xt_find_target(AF_INET,
try_then_request_module 2051 net/ipv4/netfilter/ip_tables.c 		try_then_request_module(xt_find_revision(AF_INET, rev.name,
try_then_request_module  663 net/ipv6/netfilter/ip6_tables.c 	match = try_then_request_module(xt_find_match(AF_INET6, m->u.user.name,
try_then_request_module  730 net/ipv6/netfilter/ip6_tables.c 	target = try_then_request_module(xt_find_target(AF_INET6,
try_then_request_module 1148 net/ipv6/netfilter/ip6_tables.c 	t = try_then_request_module(xt_find_table_lock(net, AF_INET6, name),
try_then_request_module 1245 net/ipv6/netfilter/ip6_tables.c 	t = try_then_request_module(xt_find_table_lock(net, AF_INET6, name),
try_then_request_module 1518 net/ipv6/netfilter/ip6_tables.c 	match = try_then_request_module(xt_find_match(AF_INET6, m->u.user.name,
try_then_request_module 1603 net/ipv6/netfilter/ip6_tables.c 	target = try_then_request_module(xt_find_target(AF_INET6,
try_then_request_module 2077 net/ipv6/netfilter/ip6_tables.c 		try_then_request_module(xt_find_revision(AF_INET6, rev.name,
try_then_request_module  255 net/netfilter/x_tables.c 	target = try_then_request_module(xt_find_target(af, name, revision),