Home
last modified time | relevance | path

Searched refs:nf_str2addr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dnidstrings.c972 .nf_str2addr = libcfs_lo_str2addr,
982 .nf_str2addr = libcfs_ip_str2addr,
992 .nf_str2addr = libcfs_ip_str2addr,
1002 .nf_str2addr = libcfs_num_str2addr,
1012 .nf_str2addr = libcfs_ip_str2addr,
1224 if (!nf->nf_str2addr(str, (int)(sep - str), &addr)) in libcfs_str2nid()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dnidstr.h103 int (*nf_str2addr)(const char *str, int nob, __u32 *addr); member