Lines Matching full:net
58 /* One to track a net's cwnd */
60 SDT_PROBE_DECLARE(sctp, cwnd, net, init);
62 SDT_PROBE_DECLARE(sctp, cwnd, net, ack);
64 SDT_PROBE_DECLARE(sctp, cwnd, net, fr);
66 SDT_PROBE_DECLARE(sctp, cwnd, net, to);
68 SDT_PROBE_DECLARE(sctp, cwnd, net, bl);
70 SDT_PROBE_DECLARE(sctp, cwnd, net, ecn);
72 SDT_PROBE_DECLARE(sctp, cwnd, net, pd);
74 SDT_PROBE_DECLARE(sctp, cwnd, net, rttvar);
75 SDT_PROBE_DECLARE(sctp, cwnd, net, rttstep);
78 /* One to track a net's flight size */
79 SDT_PROBE_DECLARE(sctp, flightsize, net, val);