Searched refs:urgent (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dlink_watch.c98 static void linkwatch_schedule_work(int urgent) argument
106 if (urgent) {
123 /* Don't bother if there is nothing urgent. */
217 int urgent = linkwatch_urgent_event(dev); local
223 } else if (!urgent)
226 linkwatch_schedule_work(urgent);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_output.c1037 /* Don't use the nagle rule for urgent data (or for the final FIN).
2406 * Question: what should we make while urgent mode?
2410 * Current solution: to send TWO zero-length segments in urgent mode:
2411 * one is with SEG.SEQ=SND.UNA to deliver urgent pointer, another is
2414 static int tcp_xmit_probe_skb(struct sock *sk, int urgent) argument
2428 TCP_SKB_CB(skb)->sacked = urgent;
2437 TCP_SKB_CB(skb)->seq = urgent ? tp->snd_una : tp->snd_una - 1;

Completed in 66 milliseconds