Home
last modified time | relevance | path

Searched refs:TCP_NLA_SND_SSTHRESH (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dtcp.h306 TCP_NLA_SND_SSTHRESH, /* Slow start size threshold */ enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtcp.h322 TCP_NLA_SND_SSTHRESH, /* Slow start size threshold */ enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtcp.h311 TCP_NLA_SND_SSTHRESH, /* Slow start size threshold */ enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtcp.h212 TCP_NLA_SND_SSTHRESH, enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dtcp.h306 TCP_NLA_SND_SSTHRESH, /* Slow start size threshold */ enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtcp.h212 TCP_NLA_SND_SSTHRESH, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtcp.h210 TCP_NLA_SND_SSTHRESH, enumerator
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c3696 nla_total_size(sizeof(u32)) + /* TCP_NLA_SND_SSTHRESH */ in tcp_opt_stats_get_size()
3748 nla_put_u32(stats, TCP_NLA_SND_SSTHRESH, tp->snd_ssthresh); in tcp_get_timestamping_opt_stats()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c3866 nla_total_size(sizeof(u32)) + /* TCP_NLA_SND_SSTHRESH */ in tcp_opt_stats_get_size()
3932 nla_put_u32(stats, TCP_NLA_SND_SSTHRESH, tp->snd_ssthresh); in tcp_get_timestamping_opt_stats()

Completed in 17 milliseconds