Home
last modified time | relevance | path

Searched refs:snd_sml (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/
Dtcp.h322 u32 snd_sml; /* Last byte of the most recently transmitted small packet */ member
/linux-3.4.99/net/ipv4/
Dtcp_minisocks.c468 newtp->snd_sml = newtp->snd_una = in tcp_create_openreq_child()
Dtcp_output.c1382 return after(tp->snd_sml, tp->snd_una) && in tcp_minshall_check()
1383 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check()
2632 tp->snd_sml = tp->write_seq; in tcp_connect_init()
/linux-3.4.99/include/net/
Dtcp.h877 tp->snd_sml = TCP_SKB_CB(skb)->end_seq; in tcp_minshall_update()