Home
last modified time | relevance | path

Searched refs:net_stats_update_tcp_seg_conndrop (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dnet_stats.h278 static inline void net_stats_update_tcp_seg_conndrop(struct net_if *iface) in net_stats_update_tcp_seg_conndrop() function
316 #define net_stats_update_tcp_seg_conndrop(iface) macro
Dtcp.c2506 net_stats_update_tcp_seg_conndrop(net_pkt_iface(pkt)); in tcp_conn_new()