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

/linux-4.4.14/include/net/
H A Ddn_fib.h17 struct dn_fib_nh { struct
40 struct dn_fib_nh fib_nh[0];
/linux-4.4.14/net/decnet/
H A Ddn_fib.c51 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\
54 #define change_nexthops(fi) { int nhsel; struct dn_fib_nh *nh;\
55 for(nhsel = 0, nh = (struct dn_fib_nh *)((fi)->fib_nh); nhsel < (fi)->fib_nhs; nh++, nhsel++)
118 const struct dn_fib_nh *onh = ofi->fib_nh; dn_fib_nh_comp()
191 static int dn_fib_check_nh(const struct rtmsg *r, struct dn_fib_info *fi, struct dn_fib_nh *nh) dn_fib_check_nh()
281 fi = kzalloc(sizeof(*fi)+nhs*sizeof(struct dn_fib_nh), GFP_KERNEL); dn_fib_create_info()
325 struct dn_fib_nh *nh = fi->fib_nh;
356 struct dn_fib_nh *nh = fi->fib_nh;
H A Ddn_table.c63 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\

Completed in 107 milliseconds