Searched refs:rt_family (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | nexthop.h | 165 u8 rt_family) in nexthop_mpath_fill_node() argument 176 if (fib_add_nexthop(skb, nhc, weight, rt_family) < 0) in nexthop_mpath_fill_node()
|
| D | ip_fib.h | 516 u8 rt_family, unsigned char *flags, bool skip_oif); 518 int nh_weight, u8 rt_family);
|
| /Linux-v5.4/net/ipv4/ |
| D | fib_semantics.c | 1585 u8 rt_family, unsigned char *flags, bool skip_oif) in fib_nexthop_info() argument 1616 if (rt_family != nhc->nhc_gw_family) { in fib_nexthop_info() 1657 int nh_weight, u8 rt_family) in fib_add_nexthop() argument 1670 if (fib_nexthop_info(skb, nhc, rt_family, &flags, true) < 0) in fib_add_nexthop()
|