Lines Matching refs:bytes

52 					       uint32_t bytes)  in net_stats_update_bytes_recv()  argument
54 UPDATE_STAT(iface, stats.bytes.received += bytes); in net_stats_update_bytes_recv()
58 uint32_t bytes) in net_stats_update_bytes_sent() argument
60 UPDATE_STAT(iface, stats.bytes.sent += bytes); in net_stats_update_bytes_sent()
105 #define net_stats_update_bytes_recv(iface, bytes) argument
106 #define net_stats_update_bytes_sent(iface, bytes) argument
281 static inline void net_stats_update_tcp_sent(struct net_if *iface, uint32_t bytes) in net_stats_update_tcp_sent() argument
283 UPDATE_STAT(iface, stats.tcp.bytes.sent += bytes); in net_stats_update_tcp_sent()
286 static inline void net_stats_update_tcp_recv(struct net_if *iface, uint32_t bytes) in net_stats_update_tcp_recv() argument
288 UPDATE_STAT(iface, stats.tcp.bytes.received += bytes); in net_stats_update_tcp_recv()
292 uint32_t bytes) in net_stats_update_tcp_resent() argument
294 UPDATE_STAT(iface, stats.tcp.resent += bytes); in net_stats_update_tcp_resent()
352 #define net_stats_update_tcp_sent(iface, bytes) argument
353 #define net_stats_update_tcp_resent(iface, bytes) argument
354 #define net_stats_update_tcp_recv(iface, bytes) argument
538 uint8_t tc, size_t bytes) in net_stats_update_tc_sent_bytes() argument
540 UPDATE_STAT(iface, stats.tc.sent[tc].bytes += bytes); in net_stats_update_tc_sent_bytes()
644 uint8_t tc, size_t bytes) in net_stats_update_tc_recv_bytes() argument
646 UPDATE_STAT(iface, stats.tc.recv[tc].bytes += bytes); in net_stats_update_tc_recv_bytes()
668 uint8_t tc, size_t bytes) in net_stats_update_tc_sent_bytes() argument
672 ARG_UNUSED(bytes); in net_stats_update_tc_sent_bytes()
696 uint8_t tc, size_t bytes) in net_stats_update_tc_recv_bytes() argument
700 ARG_UNUSED(bytes); in net_stats_update_tc_recv_bytes()