Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtcp.h270 u32 snd_sml; /* Last byte of the most recently transmitted small packet */ member
/linux/net/ipv4/
H A Dtcp_minisocks.c577 newtp->snd_sml = newtp->snd_una = seq; in tcp_create_openreq_child()
H A Dtcp_output.c2208 return after(tp->snd_sml, tp->snd_una) && in tcp_minshall_check()
2209 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check()
2212 /* Update snd_sml if this skb is under mss
2216 * tp->snd_sml = TCP_SKB_CB(skb)->end_seq;
2224 tp->snd_sml = TCP_SKB_CB(skb)->end_seq; in tcp_minshall_update()
4164 tp->snd_sml = tp->write_seq; in tcp_connect_init()