Searched refs:fib_add_nexthop (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_fib.h | 556 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nh,
|
H A D | nexthop.h | 214 if (fib_add_nexthop(skb, nhc, weight, rt_family, 0) < 0) in nexthop_mpath_fill_node()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_fib.h | 606 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nh,
|
H A D | nexthop.h | 328 if (fib_add_nexthop(skb, nhc, weight, rt_family, 0) < 0) in nexthop_mpath_fill_node()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_semantics.c | 1726 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nhc, in fib_add_nexthop() function 1756 EXPORT_SYMBOL_GPL(fib_add_nexthop); variable 1779 if (fib_add_nexthop(skb, &nh->nh_common, nh->fib_nh_weight, in fib_add_multipath()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_semantics.c | 1707 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nhc, in fib_add_nexthop() function 1737 EXPORT_SYMBOL_GPL(fib_add_nexthop); variable 1760 if (fib_add_nexthop(skb, &nh->nh_common, nh->fib_nh_weight, in fib_add_multipath()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 5618 if (fib_add_nexthop(skb, &rt->fib6_nh->nh_common, in rt6_fill_node() 5625 if (fib_add_nexthop(skb, &sibling->fib6_nh->nh_common, in rt6_fill_node()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 5715 if (fib_add_nexthop(skb, &rt->fib6_nh->nh_common, in rt6_fill_node() 5722 if (fib_add_nexthop(skb, &sibling->fib6_nh->nh_common, in rt6_fill_node()
|
Completed in 29 milliseconds