Searched refs:tcp_output_control_segment (Results 1 – 6 of 6) sorted by relevance
| /third_party/lwip/ |
| D | 0044-skip-unnecessary-tcp_route.patch | 47 -tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, 48 +tcp_output_control_segment(struct tcp_pcb *pcb, struct pbuf *p, 52 @@ -2228,7 +2233,14 @@ tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, 54 LWIP_ASSERT("tcp_output_control_segment: invalid pbuf", p != NULL); 72 - tcp_output_control_segment(pcb, p, local_ip, remote_ip); 73 + tcp_output_control_segment((struct tcp_pcb*)pcb, p, local_ip, remote_ip);
|
| D | 0057-same-node-gazellectl-a.patch | 314 @@ -2236,6 +2246,7 @@ tcp_output_control_segment(struct tcp_pcb *pcb, struct pbuf *p, 319 LWIP_ASSERT("tcp_output_control_segment: invalid pbuf", p != NULL);
|
| D | 0074-gazelle-offloads-are-registered-to-lwip.patch | 150 @@ -2273,7 +2273,7 @@ tcp_output_control_segment(struct tcp_pcb *pcb, struct pbuf *p,
|
| D | 0041-optimite-pcb-list-limit-send-size-and-ack-now.patch | 323 @@ -2207,7 +2232,7 @@ tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p,
|
| D | 0023-refactor-event-and-checksum-offload-support.patch | 399 @@ -1959,8 +2017,18 @@ tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p,
|
| /third_party/lwip/src/core/ |
| D | tcp_out.c | 1934 tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, in tcp_output_control_segment() function 2022 tcp_output_control_segment(pcb, p, local_ip, remote_ip); in tcp_rst() 2070 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_send_empty_ack() 2113 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_keepalive() 2196 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_zero_window_probe()
|