Searched refs:libcfs_netstrfns (Results 1 – 1 of 1) sorted by relevance
195 static struct netstrfns libcfs_netstrfns[] = { variable291 static const int libcfs_nnetstrfns = ARRAY_SIZE(libcfs_netstrfns);307 if (lnd == libcfs_netstrfns[i].nf_type) in libcfs_lnd2netstrfns()308 return &libcfs_netstrfns[i]; in libcfs_lnd2netstrfns()320 nf = &libcfs_netstrfns[i]; in libcfs_namenum2netstrfns()334 if (libcfs_netstrfns[i].nf_type >= 0 && in libcfs_name2netstrfns()335 !strcmp(libcfs_netstrfns[i].nf_name, name)) in libcfs_name2netstrfns()336 return &libcfs_netstrfns[i]; in libcfs_name2netstrfns()446 nf = &libcfs_netstrfns[i]; in libcfs_str2net_internal()