ln = NULL;
}
if (chain)
- nd6_output_flush(ifp, ifp, chain, &sin6, NULL);
+ nd6_output_flush(ifp, ifp, chain, &sin6);
/*
* When the link-layer address of a router changes, select the
int
nd6_output_flush(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *chain,
- struct sockaddr_in6 *dst, struct route *ro)
+ struct sockaddr_in6 *dst)
{
struct mbuf *m, *m_head;
struct ifnet *outifp;
while (m_head) {
m = m_head;
m_head = m_head->m_nextpkt;
- error = (*ifp->if_output)(ifp, m, (struct sockaddr *)dst, ro);
+ error = (*ifp->if_output)(ifp, m, (struct sockaddr *)dst, NULL);
}
/*
struct sockaddr_in6 *, struct rtentry *, struct llentry *,
struct mbuf **);
int nd6_output_flush(struct ifnet *, struct ifnet *, struct mbuf *,
- struct sockaddr_in6 *, struct route *);
+ struct sockaddr_in6 *);
int nd6_need_cache(struct ifnet *);
int nd6_add_ifa_lle(struct in6_ifaddr *);
void nd6_rem_ifa_lle(struct in6_ifaddr *);
LLE_WUNLOCK(ln);
if (chain)
- nd6_output_flush(ifp, ifp, chain, &sin6, NULL);
+ nd6_output_flush(ifp, ifp, chain, &sin6);
}
if (checklink)
pfxlist_onlink_check();