Searched refs:nonagle (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp.h790 extern int tcp_write_xmit(struct sock *, int nonagle);
1167 tcp_nagle_check(struct tcp_opt *tp, struct sk_buff *skb, unsigned mss_now, int nonagle) argument
1171 (nonagle == 2 ||
1172 (!nonagle &&
1181 unsigned cur_mss, int nonagle)
1207 return ((nonagle==1 || tp->urg_mode
1208 || !tcp_nagle_check(tp, skb, cur_mss, nonagle)) &&
1232 int nonagle)
1238 nonagle = 1;
1239 if (!tcp_snd_test(tp, skb, cur_mss, nonagle) ||
1180 tcp_snd_test(struct tcp_opt *tp, struct sk_buff *skb, unsigned cur_mss, int nonagle) argument
1229 __tcp_push_pending_frames(struct sock *sk, struct tcp_opt *tp, unsigned cur_mss, int nonagle) argument
[all...]
H A Ddn.h61 unsigned char nonagle; member in struct:dn_scp
H A Dsock.h356 __u8 nonagle; /* Disable Nagle algorithm? */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h791 extern int tcp_write_xmit(struct sock *, int nonagle);
1168 tcp_nagle_check(struct tcp_opt *tp, struct sk_buff *skb, unsigned mss_now, int nonagle) argument
1172 (nonagle == 2 ||
1173 (!nonagle &&
1182 unsigned cur_mss, int nonagle)
1208 return ((nonagle==1 || tp->urg_mode
1209 || !tcp_nagle_check(tp, skb, cur_mss, nonagle)) &&
1233 int nonagle)
1239 nonagle = 1;
1240 if (!tcp_snd_test(tp, skb, cur_mss, nonagle) ||
1181 tcp_snd_test(struct tcp_opt *tp, struct sk_buff *skb, unsigned cur_mss, int nonagle) argument
1230 __tcp_push_pending_frames(struct sock *sk, struct tcp_opt *tp, unsigned cur_mss, int nonagle) argument
[all...]
H A Ddn.h61 unsigned char nonagle; member in struct:dn_scp
H A Dsock.h408 __u8 nonagle; /* Disable Nagle algorithm? */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/khttpd/
H A Ddatasending.c174 CurrentRequest->sock->sk->tp_pinfo.af_tcp.nonagle = 0;
H A Dwaitheaders.c264 Request->sock->sk->tp_pinfo.af_tcp.nonagle = 2; /* this is TCP_CORK */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp.c807 tcp_push(struct sock *sk, struct tcp_opt *tp, int flags, int mss_now, int nonagle) argument
814 __tcp_push_pending_frames(sk, tp, mss_now, (flags&MSG_MORE) ? 2 : nonagle);
923 tcp_push(sk, tp, flags, mss_now, tp->nonagle);
1189 tcp_push(sk, tp, flags, mss_now, tp->nonagle);
2276 if (tp->nonagle == 2) {
2280 tp->nonagle = (val == 0) ? 0 : 1;
2297 if (tp->nonagle == 1) {
2302 tp->nonagle = 2;
2304 tp->nonagle = 0;
2424 val = (tp->nonagle
[all...]
H A Dtcp_output.c314 if (!force_queue && tp->send_head == NULL && tcp_snd_test(tp, skb, cur_mss, tp->nonagle)) {
546 int tcp_write_xmit(struct sock *sk, int nonagle) argument
567 tcp_snd_test(tp, skb, mss_now, tcp_skb_is_last(sk, skb) ? nonagle : 1)) {
H A Dtcp_input.c2988 tcp_write_xmit(sk, tp->nonagle))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Daf_decnet.c512 scp->nonagle = 0;
1451 if (scp->nonagle == 2)
1453 scp->nonagle = (u.val == 0) ? 0 : 1;
1454 /* if (scp->nonagle == 1) { Push pending frames } */
1460 if (scp->nonagle == 1)
1462 scp->nonagle = (u.val == 0) ? 0 : 2;
1463 /* if (scp->nonagle == 0) { Push pending frames } */
1589 val = (scp->nonagle == 1);
1596 val = (scp->nonagle == 2);

Completed in 117 milliseconds