Searched refs:tcp_in_segs (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/infiniband/hw/cxgb4/
H A Dprovider.c402 stats->value[IP4INSEGS] = v4.tcp_in_segs;
406 stats->value[IP6INSEGS] = v6.tcp_in_segs;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h302 u64 tcp_in_segs; member in struct:tp_tcp_stats
H A Dcxgb4_debugfs.c3626 PRINT_ADAP_STATS("tcp_ipv4_in_segs:", v4.tcp_in_segs);
3630 PRINT_ADAP_STATS("tcp_ipv6_in_segs:", v6.tcp_in_segs);
H A Dt4_hw.c5602 v4->tcp_in_segs = STAT64(IN_SEG);
5610 v6->tcp_in_segs = STAT64(IN_SEG);

Completed in 152 milliseconds