snd_sml 186 include/linux/tcp.h u32 snd_sml; /* Last byte of the most recently transmitted small packet */ snd_sml 486 net/ipv4/tcp_minisocks.c newtp->snd_sml = newtp->snd_una = seq; snd_sml 1692 net/ipv4/tcp_output.c return after(tp->snd_sml, tp->snd_una) && snd_sml 1693 net/ipv4/tcp_output.c !after(tp->snd_sml, tp->snd_nxt); snd_sml 1708 net/ipv4/tcp_output.c tp->snd_sml = TCP_SKB_CB(skb)->end_seq; snd_sml 3448 net/ipv4/tcp_output.c tp->snd_sml = tp->write_seq;