Searched refs:send_head (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_output.c50 tp->send_head = skb->next;
51 if (tp->send_head == (struct sk_buff *) &sk->write_queue)
52 tp->send_head = NULL;
314 if (!force_queue && tp->send_head == NULL && tcp_snd_test(tp, skb, cur_mss, tp->nonagle)) {
326 if (tp->send_head == NULL)
327 tp->send_head = skb;
336 struct sk_buff *skb = tp->send_head;
342 tp->send_head = NULL;
540 * send_head. This happens as incoming acks open up the remote
566 while((skb = tp->send_head)
[all...]
H A Dtcp.c792 if (tp->send_head == NULL)
793 tp->send_head = skb;
809 if (tp->send_head) {
858 if (tp->send_head==NULL || (copy = mss_now - skb->len) <= 0) {
905 } else if (skb == tp->send_head)
1057 if (tp->send_head == NULL ||
1170 } else if (skb == tp->send_head)
1196 if (tp->send_head == skb)
1197 tp->send_head = NULL;
2126 tp->send_head
[all...]
H A Dtcp_timer.c277 if (tp->packets_out || !tp->send_head) {
597 if (tp->packets_out || tp->send_head)
H A Dtcp_input.c1746 while((skb=skb_peek(&sk->write_queue)) && (skb != tp->send_head)) {
1830 if (!after(TCP_SKB_CB(tp->send_head)->end_seq, tp->snd_una + tp->snd_wnd)) {
1980 if (tp->send_head)
2994 struct sk_buff *skb = sk->tp_pinfo.af_tcp.send_head;
H A Dtcp_minisocks.c721 newtp->send_head = NULL;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp.h1022 (skb != (tp)->send_head) && \
1177 /* This checks if the data bearing packet SKB (usually tp->send_head)
1234 struct sk_buff *skb = tp->send_head;
1254 struct sk_buff *skb = tp->send_head;
H A Dsock.h338 struct sk_buff *send_head; /* Front of stuff to transmit */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h1023 (skb != (tp)->send_head) && \
1178 /* This checks if the data bearing packet SKB (usually tp->send_head)
1235 struct sk_buff *skb = tp->send_head;
1255 struct sk_buff *skb = tp->send_head;
H A Dsock.h390 struct sk_buff *send_head; /* Front of stuff to transmit */ member in struct:tcp_opt

Completed in 71 milliseconds