Lines Matching refs:pkg_stats
205 struct can_pkg_stats *pkg_stats = dev_net(skb->dev)->can.pkg_stats; in can_send() local
292 atomic_long_inc(&pkg_stats->tx_frames); in can_send()
293 atomic_long_inc(&pkg_stats->tx_frames_delta); in can_send()
648 struct can_pkg_stats *pkg_stats = net->can.pkg_stats; in can_receive() local
652 atomic_long_inc(&pkg_stats->rx_frames); in can_receive()
653 atomic_long_inc(&pkg_stats->rx_frames_delta); in can_receive()
674 atomic_long_inc(&pkg_stats->matches); in can_receive()
675 atomic_long_inc(&pkg_stats->matches_delta); in can_receive()
794 net->can.pkg_stats = kzalloc(sizeof(*net->can.pkg_stats), GFP_KERNEL); in can_pernet_init()
795 if (!net->can.pkg_stats) in can_pernet_init()
809 net->can.pkg_stats->jiffies_init = jiffies; in can_pernet_init()
816 kfree(net->can.pkg_stats); in can_pernet_init()
832 kfree(net->can.pkg_stats); in can_pernet_exit()