Home
last modified time | relevance | path

Searched refs:snd_cwnd (Results 1 – 4 of 4) sorted by relevance

/include/trace/events/
Dtcp.h255 __field(__u32, snd_cwnd)
282 __entry->snd_cwnd = tcp_snd_cwnd(tp);
294 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/include/linux/
Dtcp.h287 u32 snd_cwnd; /* Sending congestion window */ member
/include/uapi/linux/
Dbpf.h5388 __u32 snd_cwnd; /* Sending congestion window */ member
5726 __u32 snd_cwnd; member
/include/net/
Dtcp.h1210 return tp->snd_cwnd; in tcp_snd_cwnd()
1216 tp->snd_cwnd = val; in tcp_snd_cwnd_set()