Searched defs:toedev (Results 1 – 1 of 1) sorted by relevance
86 struct toedev { struct97 TAILQ_ENTRY(toedev) ofld_entry; /* for list linking */ argument98 int (*open)(struct toedev *dev); argument99 int (*close)(struct toedev *dev); argument100 int (*can_offload)(struct toedev *dev, struct socket *so); argument101 int (*connect)(struct toedev *dev, struct socket *so, argument103 int (*send)(struct toedev *dev, struct mbuf *m); argument104 int (*recv)(struct toedev *dev, struct mbuf **m, int n); argument105 int (*ctl)(struct toedev *dev, unsigned int req, void *data); argument106 void (*neigh_update)(struct toedev *dev, struct rtentry *neigh); argument[all …]