Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dnidstr.h83 __u32 libcfs_str2net(const char *str);
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dconfig.c255 net = libcfs_str2net(cfs_trimwhite(str)); in lnet_parse_networks()
278 net = libcfs_str2net(cfs_trimwhite(str)); in lnet_parse_networks()
711 net = libcfs_str2net(ltb->ltb_text); in lnet_parse_route()
737 net = libcfs_str2net(ltb->ltb_text); in lnet_parse_route()
898 net = libcfs_str2net(netspec); in lnet_netspec2net()
Dnidstrings.c1194 libcfs_str2net(const char *str) in libcfs_str2net() function
1203 EXPORT_SYMBOL(libcfs_str2net);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c182 rule->sr_netid = libcfs_str2net(param); in sptlrpc_parse_rule()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c106 *net = libcfs_str2net(buf); in parse_net()