Searched defs:fib_nh (Results 1 – 4 of 4) sorted by relevance
79 struct fib_nh { struct80 struct net_device *nh_dev;81 struct hlist_node nh_hash;82 struct fib_info *nh_parent;83 unsigned int nh_flags;84 unsigned char nh_scope;86 int nh_weight;87 atomic_t nh_upper_bound;90 __u32 nh_tclassid;92 int nh_oif;[all …]
42 struct dn_fib_nh fib_nh[0]; member
1443 static int call_fib_nh_notifiers(struct fib_nh *fib_nh, in call_fib_nh_notifiers()
2560 struct fib_nh *fib_nh; member3495 const struct fib_nh *fib_nh, in mlxsw_sp_nexthop4_ipip_type()3522 struct fib_nh *fib_nh) in mlxsw_sp_nexthop4_type_init()3567 struct fib_nh *fib_nh) in mlxsw_sp_nexthop4_init()3617 unsigned long event, struct fib_nh *fib_nh) in mlxsw_sp_nexthop4_event()3701 struct fib_nh *fib_nh; in mlxsw_sp_nexthop4_group_create() local