Searched refs:rt6_nh_nlmsg_size (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 5414 static int rt6_nh_nlmsg_size(struct fib6_nh *nh, void *arg) in rt6_nh_nlmsg_size() function 5438 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_nlmsg_size, in rt6_nlmsg_size() 5446 rt6_nh_nlmsg_size(nh, &nexthop_len); in rt6_nlmsg_size() 5450 rt6_nh_nlmsg_size(sibling->fib6_nh, &nexthop_len); in rt6_nlmsg_size()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 5507 static int rt6_nh_nlmsg_size(struct fib6_nh *nh, void *arg) in rt6_nh_nlmsg_size() function 5531 nexthop_for_each_fib6_nh(f6i->nh, rt6_nh_nlmsg_size, in rt6_nlmsg_size() 5539 rt6_nh_nlmsg_size(nh, &nexthop_len); in rt6_nlmsg_size() 5543 rt6_nh_nlmsg_size(sibling->fib6_nh, &nexthop_len); in rt6_nlmsg_size()
|
Completed in 16 milliseconds