| 11810 | } |
| 11811 | |
| 11812 | static inline void |
| 11813 | bbr_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 | |
| 11821 | static inline void |
| 11822 | bbr_do_send_accounting(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, int32_t len, int32_t error) |
no outgoing calls
no test coverage detected