Home
last modified time | relevance | path

Searched defs:round_start (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/programs/
H A Dtsctp.c147 static time_t calc_round_timeout(struct timeval round_start) in calc_round_timeout()
187 struct timeval round_start = (struct timeval){0}; in handle_connection() local
/dports/net/libusrsctp/usrsctp-0.9.5.0/programs/
H A Dtsctp.c147 static time_t calc_round_timeout(struct timeval round_start) in calc_round_timeout()
187 struct timeval round_start = (struct timeval){0}; in handle_connection() local
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/programs/
H A Dtsctp.c147 static time_t calc_round_timeout(struct timeval round_start) in calc_round_timeout()
187 struct timeval round_start = (struct timeval){0}; in handle_connection() local
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_bbr.h100 int round_start; member
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dtcp_cdg.c94 u32 round_start; member
H A Dtcp_cubic.c99 u32 round_start; /* beginning of each round */ member
H A Dtcp_bbr.c98 round_start:1, /* start of packet-timed tx->ack round? */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dtcp_cdg.c94 u32 round_start; member
H A Dtcp_cubic.c99 u32 round_start; /* beginning of each round */ member
H A Dtcp_bbr.c98 round_start:1, /* start of packet-timed tx->ack round? */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dtcp_cdg.c94 u32 round_start; member
H A Dtcp_cubic.c99 u32 round_start; /* beginning of each round */ member
H A Dtcp_bbr.c98 round_start:1, /* start of packet-timed tx->ack round? */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c88 __u32 round_start; /* beginning of each round */ member
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c88 __u32 round_start; /* beginning of each round */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c88 __u32 round_start; /* beginning of each round */ member
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/vmcs_host/
H A Dvcilcs.c930 const uint8_t *round_start = (const OMX_U8*)ILCS_ROUND_UP(start); local
/dports/games/legesmotus/legesmotus-0.4.0/client/
H A DGameController.cpp2848 void GameController::round_start(PacketReader& reader) { in round_start() function in GameController