Searched defs:rtnl_link_info_ops (Results 1 – 1 of 1) sorted by relevance
26 struct rtnl_link_info_ops struct29 char * io_name;32 int io_refcnt;37 int (*io_alloc)(struct rtnl_link *);42 int (*io_parse)(struct rtnl_link *,66 extern struct rtnl_link_info_ops *rtnl_link_info_ops_lookup(const char *); argument