Searched refs:route_obj_ops (Results 1 – 3 of 3) sorted by relevance
44 extern struct nl_object_ops route_obj_ops;
188 .co_obj_ops = &route_obj_ops,
492 return (struct rtnl_route *) nl_object_alloc(&route_obj_ops); in rtnl_route_alloc()1178 struct nl_object_ops route_obj_ops = { variable