Home
last modified time | relevance | path

Searched refs:libcfs_str2net (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
Dconfig.c277 net = libcfs_str2net(cfs_trimwhite(str)); in lnet_parse_networks()
300 net = libcfs_str2net(cfs_trimwhite(str)); in lnet_parse_networks()
745 net = libcfs_str2net(ltb->ltb_text); in lnet_parse_route()
775 net = libcfs_str2net(ltb->ltb_text); in lnet_parse_route()
936 net = libcfs_str2net(netspec); in lnet_netspec2net()
Dnidstrings.c1193 libcfs_str2net(const char *str) in libcfs_str2net() function
1202 EXPORT_SYMBOL(libcfs_str2net);
/drivers/staging/lustre/include/linux/lnet/
Dnidstr.h88 __u32 libcfs_str2net(const char *str);
/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c176 rule->sr_netid = libcfs_str2net(param); in sptlrpc_parse_rule()
/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c104 *net = libcfs_str2net(buf); in parse_net()