Searched refs:snd_lbb (Results 1 – 11 of 11) sorted by relevance
/third_party/lwip/ |
D | 0075-adapt-read-write-for-rtc-mode.patch | 208 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) { 232 - pcb->snd_lbb += pos; 236 pcb->snd_lbb += len; 319 + if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) { 362 + pcb->snd_lbb += pos;
|
D | 0032-fix-free-pbuf-miss-data.patch | 30 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) {
|
D | 0023-refactor-event-and-checksum-offload-support.patch | 333 + pcb->snd_lbb += pos; 336 pcb->snd_lbb += len;
|
D | 0041-optimite-pcb-list-limit-send-size-and-ack-now.patch | 101 pcb->snd_lbb += pos;
|
D | 0057-same-node-gazellectl-a.patch | 291 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) {
|
D | 0053-cleancode-improve-lwipopts.h-readability.patch | 1183 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) {
|
/third_party/lwip/src/core/ |
D | tcp_out.c | 678 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) { in tcp_write() 791 pcb->snd_lbb += len; in tcp_write() 1098 if ((seg = tcp_create_segment(pcb, p, flags, pcb->snd_lbb, optflags)) == NULL) { in tcp_enqueue_flags() 1127 pcb->snd_lbb++; in tcp_enqueue_flags()
|
D | tcp.c | 1327 pcb->snd_lbb = iss - 1;
|
D | tcp_in.c | 710 npcb->snd_lbb = iss;
|
/third_party/lwip/src/include/lwip/ |
D | tcp.h | 322 u32_t snd_lbb; /* Sequence number of next byte to be buffered. */ member
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 159 pcb->snd_lbb = iss; in tcp_set_state()
|