Home
last modified time | relevance | path

Searched defs:fib_nh (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/net/
Dip_fib.h79 struct fib_nh { struct
80 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 …]
Ddn_fib.h42 struct dn_fib_nh fib_nh[0]; member
/Linux-v4.19/net/ipv4/
Dfib_semantics.c1443 static int call_fib_nh_notifiers(struct fib_nh *fib_nh, in call_fib_nh_notifiers()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c2560 struct fib_nh *fib_nh; member
3495 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