Update the toedev's connect interface to reflect the fact that the inpcb

doesn't cache the rtentry in HEAD.
This commit is contained in:
Kip Macy 2007-12-16 05:30:21 +00:00
parent 280b95e8b5
commit a9420d282f

View File

@ -82,7 +82,7 @@ struct toedev {
int (*tod_close)(struct toedev *dev);
int (*tod_can_offload)(struct toedev *dev, struct socket *so);
int (*tod_connect)(struct toedev *dev, struct socket *so,
struct ifnet *egress_ifp);
struct rtentry *rt, struct sockaddr *nam);
int (*tod_send)(struct toedev *dev, struct mbuf *m);
int (*tod_recv)(struct toedev *dev, struct mbuf **m, int n);
int (*tod_ctl)(struct toedev *dev, unsigned int req, void *data);