Searched refs:tcp_output_segment (Results 1 – 4 of 4) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/ |
| D | tcp_sack.c | 46 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif); 646 (void)tcp_output_segment(seg, pcb, NULL); in tcp_sack_rexmit_lost_rexmitted() 722 (void)tcp_output_segment(seg, pcb, NULL); in tcp_sack_based_loss_recovery_alg() 771 (void)tcp_output_segment(seg, pcb, NULL); in tcp_sack_based_loss_recovery_alg() 795 (void)tcp_output_segment(seg, pcb, NULL); in tcp_sack_based_loss_recovery_alg() 936 (void)tcp_output_segment(pcb->unacked, pcb, NULL); in tcp_sack_based_fast_rexmit_alg() 942 (void)tcp_output_segment(pcb->unacked, pcb, NULL); in tcp_sack_based_fast_rexmit_alg()
|
| D | tcp_out.c | 1315 err = tcp_output_segment(unacked, pcb, NULL); in tcp_pto_fire() 1541 err = tcp_output_segment(seg, pcb, netif); in tcp_output() 1747 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif) in tcp_output_segment() function 2645 (void)tcp_output_segment(sack_seg, pcb, NULL); in tcp_search_and_flush_sack_on_wake_queue()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/ |
| D | tcp.h | 712 err_t tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif);
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| D | tcp_priv.h | 622 err_t tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb);
|