Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Dnidstrings.c971 .nf_str2addr = libcfs_lo_str2addr,
981 .nf_str2addr = libcfs_ip_str2addr,
991 .nf_str2addr = libcfs_ip_str2addr,
1001 .nf_str2addr = libcfs_num_str2addr,
1011 .nf_str2addr = libcfs_ip_str2addr,
1223 if (!nf->nf_str2addr(str, (int)(sep - str), &addr)) in libcfs_str2nid()
/drivers/staging/lustre/include/linux/lnet/
Dnidstr.h108 int (*nf_str2addr)(const char *str, int nob, __u32 *addr); member