Home
last modified time | relevance | path

Searched refs:cfs_ip_addr_match (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dnidstrings.c209 /* .nf_match_addr*/ cfs_ip_addr_match},
216 /* .nf_match_addr*/ cfs_ip_addr_match},
223 /* .nf_match_addr*/ cfs_ip_addr_match},
230 /* .nf_match_addr*/ cfs_ip_addr_match},
237 /* .nf_match_addr*/ cfs_ip_addr_match},
244 /* .nf_match_addr*/ cfs_ip_addr_match},
251 /* .nf_match_addr*/ cfs_ip_addr_match},
272 /* .nf_match_addr*/ cfs_ip_addr_match},
Dlibcfs_string.c541 cfs_ip_addr_match(__u32 addr, struct list_head *list) in cfs_ip_addr_match() function
555 EXPORT_SYMBOL(cfs_ip_addr_match);
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_string.h102 int cfs_ip_addr_match(__u32 addr, struct list_head *list);
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dconfig.c825 rc = cfs_ip_addr_match(ipaddrs[i], &list); in lnet_match_network_token()