Home
last modified time | relevance | path

Searched refs:fib_add_nexthop (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/
H A Dnexthop.h328 if (fib_add_nexthop(skb, nhc, weight, rt_family, 0) < 0) in nexthop_mpath_fill_node()
H A Dip_fib.h607 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nh,
/openbmc/linux/net/ipv4/
H A Dfib_semantics.c1706 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nhc, in fib_add_nexthop() function
1736 EXPORT_SYMBOL_GPL(fib_add_nexthop);
1759 if (fib_add_nexthop(skb, &nh->nh_common, nh->fib_nh_weight, in fib_add_multipath()
/openbmc/linux/net/ipv6/
H A Droute.c5730 if (fib_add_nexthop(skb, &rt->fib6_nh->nh_common, in rt6_fill_node()
5739 if (fib_add_nexthop(skb, &sibling->fib6_nh->nh_common, in rt6_fill_node()