MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bbr_do_error_accounting

Function bbr_do_error_accounting

freebsd/netinet/tcp_stacks/bbr.c:11812–11819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11810}
11811
11812static inline void
11813bbr_do_error_accounting(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, int32_t len, int32_t error)
11814{
11815#ifdef NETFLIX_STATS
11816 KMOD_TCPSTAT_INC(tcps_sndpack_error);
11817 KMOD_TCPSTAT_ADD(tcps_sndbyte_error, len);
11818#endif
11819}
11820
11821static inline void
11822bbr_do_send_accounting(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, int32_t len, int32_t error)

Callers 1

bbr_do_send_accountingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected