Searched defs:rtnl_link_info_ops (Results 1 – 1 of 1) sorted by relevance
19 struct rtnl_link_info_ops struct22 char * io_name;25 int io_refcnt;30 int (*io_alloc)(struct rtnl_link *);35 int (*io_parse)(struct rtnl_link *,63 extern struct rtnl_link_info_ops *rtnl_link_info_ops_lookup(const char *); argument