Searched refs:snd_ssthresh (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/include/net/
H A Dtcp.h1318 return tcp_snd_cwnd(tp) < tp->snd_ssthresh;
1323 return tp->snd_ssthresh >= TCP_INFINITE_SSTHRESH;
1341 return tp->snd_ssthresh;
1343 return max(tp->snd_ssthresh,
/linux-master/include/uapi/linux/
H A Dbpf.h6341 __u32 snd_ssthresh; /* Slow start size threshold */ member in struct:bpf_tcp_sock
6780 __u32 snd_ssthresh; member in struct:bpf_sock_ops
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6341 __u32 snd_ssthresh; /* Slow start size threshold */ member in struct:bpf_tcp_sock
6780 __u32 snd_ssthresh; member in struct:bpf_sock_ops
/linux-master/net/ipv4/
H A Dtcp.c444 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH;
3038 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH;
3847 info->tcpi_snd_ssthresh = tp->snd_ssthresh;
3978 nla_put_u32(stats, TCP_NLA_SND_SSTHRESH, tp->snd_ssthresh);
4636 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, snd_ssthresh);
H A Dtcp_output.c150 tp->snd_ssthresh = tcp_current_ssthresh(sk);
1897 tp->snd_ssthresh = tcp_current_ssthresh(sk);
H A Dtcp_ipv4.c2917 (tcp_in_initial_slowstart(tp) ? -1 : tp->snd_ssthresh));
/linux-master/net/core/
H A Dfilter.c5245 tp->snd_ssthresh = val;
7135 case offsetof(struct bpf_tcp_sock, snd_ssthresh):
7136 BPF_TCP_SOCK_GET_COMMON(snd_ssthresh);
10590 case offsetof(struct bpf_sock_ops, snd_ssthresh):
10591 SOCK_OPS_GET_TCP_SOCK_FIELD(snd_ssthresh);
/linux-master/net/ipv6/
H A Dtcp_ipv6.c2238 (tcp_in_initial_slowstart(tp) ? -1 : tp->snd_ssthresh)

Completed in 208 milliseconds

12