HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_nexthop (Results 1 - 6 of 6) sorted by null

  /external/libnl/include/netlink/route/
nexthop.h 22 struct rtnl_nexthop;
31 extern struct rtnl_nexthop * rtnl_route_nh_alloc(void);
32 extern struct rtnl_nexthop * rtnl_route_nh_clone(struct rtnl_nexthop *);
33 extern void rtnl_route_nh_free(struct rtnl_nexthop *);
35 extern int rtnl_route_nh_compare(struct rtnl_nexthop *,
36 struct rtnl_nexthop *,
39 extern void rtnl_route_nh_dump(struct rtnl_nexthop *,
42 extern void rtnl_route_nh_set_weight(struct rtnl_nexthop *, uint8_t);
43 extern uint8_t rtnl_route_nh_get_weight(struct rtnl_nexthop *);
    [all...]
route.h 95 struct rtnl_nexthop *);
97 struct rtnl_nexthop *);
102 void (*cb)(struct rtnl_nexthop *, void *),
105 extern struct rtnl_nexthop * rtnl_route_nexthop_n(struct rtnl_route *r, int n);
  /external/libnl/lib/route/
nexthop.c 37 struct rtnl_nexthop *rtnl_route_nh_alloc(void)
39 struct rtnl_nexthop *nh;
50 struct rtnl_nexthop *rtnl_route_nh_clone(struct rtnl_nexthop *src)
52 struct rtnl_nexthop *nh;
75 void rtnl_route_nh_free(struct rtnl_nexthop *nh)
83 int rtnl_route_nh_compare(struct rtnl_nexthop *a, struct rtnl_nexthop *b,
107 static void nh_dump_line(struct rtnl_nexthop *nh, struct nl_dump_params *dp)
133 static void nh_dump_details(struct rtnl_nexthop *nh, struct nl_dump_params *dp
    [all...]
route_obj.c 80 struct rtnl_nexthop *nh, *tmp;
99 struct rtnl_nexthop *nh, *new;
160 struct rtnl_nexthop *nh;
247 struct rtnl_nexthop *nh;
344 struct rtnl_nexthop *nh;
362 struct rtnl_nexthop *nh_a, *nh_b;
746 void rtnl_route_add_nexthop(struct rtnl_route *route, struct rtnl_nexthop *nh)
753 void rtnl_route_remove_nexthop(struct rtnl_route *route, struct rtnl_nexthop *nh)
770 void (*cb)(struct rtnl_nexthop *, void *),
773 struct rtnl_nexthop *nh
    [all...]
  /external/libnl/src/lib/
route.c 151 struct rtnl_nexthop *nh;
  /external/libnl/include/
netlink-types.h 241 struct rtnl_nexthop struct

Completed in 42 milliseconds