Searched refs:cfs_ip_addr_match (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | nidstrings.c | 209 /* .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},
|
D | libcfs_string.c | 541 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/ |
D | libcfs_string.h | 102 int cfs_ip_addr_match(__u32 addr, struct list_head *list);
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 825 rc = cfs_ip_addr_match(ipaddrs[i], &list); in lnet_match_network_token()
|