Whamcloud - gitweb
LU-13903 utils: move userland only nidstr.h handling
[fs/lustre-release.git] / lnet / include / uapi / linux / lnet / nidstr.h
index 1e4da91..7ac7f9a 100644 (file)
@@ -91,12 +91,8 @@ int libcfs_num_parse(char *str, int len, struct list_head *list);
 char *libcfs_id2str(struct lnet_process_id id);
 void cfs_free_nidlist(struct list_head *list);
 int cfs_parse_nidlist(char *str, int len, struct list_head *list);
-int cfs_parse_nid_parts(char *str, struct list_head *addr,
-                       struct list_head *net_num, __u32 *net_type);
 int cfs_print_nidlist(char *buffer, int count, struct list_head *list);
 int cfs_match_nid(lnet_nid_t nid, struct list_head *list);
-int cfs_expand_nidlist(struct list_head *nidlist, lnet_nid_t *lnet_nidlist,
-                      int max_nids);
 int cfs_match_nid_net(lnet_nid_t nid, __u32 net, struct list_head *net_num_list,
                      struct list_head *addr);
 int cfs_match_net(__u32 net_id, __u32 net_type,
@@ -108,21 +104,4 @@ int cfs_nidrange_find_min_max(struct list_head *nidlist, char *min_nid,
                               char *max_nid, __kernel_size_t nidstr_length);
 void cfs_expr_list_free_list(struct list_head *list);
 
-struct netstrfns {
-       __u32   nf_type;
-       char    *nf_name;
-       char    *nf_modname;
-       void    (*nf_addr2str)(__u32 addr, char *str, __kernel_size_t size);
-       int     (*nf_str2addr)(const char *str, int nob, __u32 *addr);
-       int     (*nf_parse_addrlist)(char *str, int len,
-                                    struct list_head *list);
-       int     (*nf_print_addrlist)(char *buffer, int count,
-                                    struct list_head *list);
-       int     (*nf_match_addr)(__u32 addr, struct list_head *list);
-       int     (*nf_min_max)(struct list_head *nidlist, __u32 *min_nid,
-                             __u32 *max_nid);
-       int     (*nf_expand_addrrange)(struct list_head *addrranges,
-                                      __u32 *addrs, int max_addrs);
-};
-
 #endif /* _LNET_NIDSTRINGS_H */