Home
last modified time | relevance | path

Searched refs:peerstats (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/can/
H A Dvxcan.c41 struct net_device_stats *peerstats, *srcstats = &dev->stats; in vxcan_xmit() local
69 peerstats = &peer->stats; in vxcan_xmit()
70 peerstats->rx_packets++; in vxcan_xmit()
71 peerstats->rx_bytes += len; in vxcan_xmit()
/kernel/linux/linux-6.6/drivers/net/can/
H A Dvxcan.c41 struct net_device_stats *peerstats, *srcstats = &dev->stats; in vxcan_xmit() local
76 peerstats = &peer->stats; in vxcan_xmit()
77 peerstats->rx_packets++; in vxcan_xmit()
78 peerstats->rx_bytes += len; in vxcan_xmit()

Completed in 2 milliseconds