Home
last modified time | relevance | path

Searched refs:dn_fib_nh (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/net/decnet/
Ddn_fib.c53 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\
56 #define change_nexthops(fi) { int nhsel; struct dn_fib_nh *nh;\
57 for(nhsel = 0, nh = (struct dn_fib_nh *)((fi)->fib_nh); nhsel < (fi)->fib_nhs; nh++, nhsel++)
120 const struct dn_fib_nh *onh = ofi->fib_nh; in dn_fib_nh_comp()
195 static int dn_fib_check_nh(const struct rtmsg *r, struct dn_fib_info *fi, struct dn_fib_nh *nh) in dn_fib_check_nh()
329 struct dn_fib_nh *nh = fi->fib_nh; in dn_fib_create_info()
360 struct dn_fib_nh *nh = fi->fib_nh; in dn_fib_create_info()
Ddn_table.c64 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\
/Linux-v5.10/include/net/
Ddn_fib.h19 struct dn_fib_nh { struct
42 struct dn_fib_nh fib_nh[0]; argument