Home | History | Annotate | Download | only in Tcp4Dxe

Lines Matching defs:Drop

270   UINT32    Drop;

293 Drop = TCP_SUB_SEQ (Left, Seg->Seq);
299 Drop--;
315 if (Drop != 0) {
316 NetbufTrim (Nbuf, Drop, NET_BUF_HEAD);
325 Drop = TCP_SUB_SEQ (Seg->End, Right);
330 Drop--;
333 if (Drop != 0) {
334 NetbufTrim (Nbuf, Drop, NET_BUF_TAIL);