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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dlink_watch.c99 static void linkwatch_schedule_work(int urgent) argument
107 if (urgent) {
124 /* Don't bother if there is nothing urgent. */
237 bool urgent = linkwatch_urgent_event(dev); local
241 } else if (!urgent)
244 linkwatch_schedule_work(urgent);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_intr.c205 rcd->urgent++;
H A Dqib_file_ops.c1099 if (rcd->urgent != rcd->urgent_poll) {
1101 rcd->urgent_poll = rcd->urgent;
1649 rcd->urgent = 0;
H A Dqib.h191 /* total number of polled urgent packets */
192 u32 urgent; member in struct:qib_ctxtdata
193 /* saved total number of polled urgent packets for poll edge trigger */
1193 /* waiting for an urgent packet to arrive */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_output.c1404 /* Don't use the nagle rule for urgent data (or for the final FIN).
2725 * Question: what should we make while urgent mode?
2729 * Current solution: to send TWO zero-length segments in urgent mode:
2730 * one is with SEG.SEQ=SND.UNA to deliver urgent pointer, another is
2733 static int tcp_xmit_probe_skb(struct sock *sk, int urgent) argument
2749 tcp_init_nondata_skb(skb, tp->snd_una - !urgent, TCPHDR_ACK);

Completed in 105 milliseconds