Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst28 u32 snd_sml read_write tcp_m…
/linux-6.15/include/linux/
H A Dtcp.h265 u32 snd_sml; /* Last byte of the most recently transmitted small packet */ member
/linux-6.15/net/ipv4/
H A Dtcp_minisocks.c550 newtp->snd_sml = newtp->snd_una = seq; in tcp_create_openreq_child()
H A Dtcp_output.c1977 return after(tp->snd_sml, tp->snd_una) && in tcp_minshall_check()
1978 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check()
1993 tp->snd_sml = TCP_SKB_CB(skb)->end_seq; in tcp_minshall_update()
3941 tp->snd_sml = tp->write_seq; in tcp_connect_init()
H A Dtcp.c5062 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, snd_sml); in tcp_struct_check()