• Home
  • Raw
  • Download

Lines Matching defs:nh

67 	struct nexthop	*nh;  member
118 static inline bool nexthop_get(struct nexthop *nh) in nexthop_get()
123 static inline void nexthop_put(struct nexthop *nh) in nexthop_put()
135 static inline bool nexthop_is_fdb(const struct nexthop *nh) in nexthop_is_fdb()
150 static inline bool nexthop_has_v4(const struct nexthop *nh) in nexthop_has_v4()
161 static inline bool nexthop_is_multipath(const struct nexthop *nh) in nexthop_is_multipath()
174 static inline unsigned int nexthop_num_path(const struct nexthop *nh) in nexthop_num_path()
202 int nexthop_mpath_fill_node(struct sk_buff *skb, struct nexthop *nh, in nexthop_mpath_fill_node()
222 static inline bool nexthop_is_blackhole(const struct nexthop *nh) in nexthop_is_blackhole()
243 struct nexthop *nh; in nexthop_path_fib_result() local
252 struct fib_nh_common *nexthop_fib_nhc(struct nexthop *nh, int nhsel) in nexthop_fib_nhc()
276 struct fib_nh_common *nexthop_get_nhc_lookup(const struct nexthop *nh, in nexthop_get_nhc_lookup()
307 static inline bool nexthop_uses_dev(const struct nexthop *nh, in nexthop_uses_dev()
366 static inline struct fib6_nh *nexthop_fib6_nh(struct nexthop *nh) in nexthop_fib6_nh()
389 static inline struct fib6_nh *nexthop_fib6_nh_bh(struct nexthop *nh) in nexthop_fib6_nh_bh()
419 struct nexthop *nh = res->f6i->nh; in nexthop_path_fib6_result() local
438 static inline int nexthop_get_family(struct nexthop *nh) in nexthop_get_family()
446 struct fib_nh_common *nexthop_fdb_nhc(struct nexthop *nh) in nexthop_fdb_nhc()
453 static inline struct fib_nh_common *nexthop_path_fdb_result(struct nexthop *nh, in nexthop_path_fdb_result()