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