nhaddr             64 include/net/seg6.h extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
nhaddr             17 include/net/seg6_local.h extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
nhaddr            154 net/ipv6/seg6_local.c int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
nhaddr            165 net/ipv6/seg6_local.c 	fl6.daddr = nhaddr ? *nhaddr : hdr->daddr;
nhaddr            171 net/ipv6/seg6_local.c 	if (nhaddr)
nhaddr            324 net/ipv6/seg6_local.c 	struct in6_addr *nhaddr = NULL;
nhaddr            344 net/ipv6/seg6_local.c 		nhaddr = &slwt->nh6;
nhaddr            348 net/ipv6/seg6_local.c 	seg6_lookup_nexthop(skb, nhaddr, 0);
nhaddr            360 net/ipv6/seg6_local.c 	__be32 nhaddr;
nhaddr            373 net/ipv6/seg6_local.c 	nhaddr = slwt->nh4.s_addr ?: iph->daddr;
nhaddr            379 net/ipv6/seg6_local.c 	err = ip_route_input(skb, nhaddr, iph->saddr, 0, skb->dev);