Searched defs:Outgoing (Results 1 – 1 of 1) sorted by relevance
221 struct Outgoing { struct222 struct ArcProto *proto; /* protocol driver that owns this:225 struct sk_buff *skb; /* buffer from upper levels */226 struct archdr *pkt; /* a pointer into the skb */227 uint16_t length, /* bytes total */228 dataleft, /* bytes left */229 segnum, /* segment being sent */230 numsegs; /* number of segments */