Lines Matching refs:matches
471 rcv->matches = 0; in can_rx_register()
575 rcv->matches++; in deliver()
581 int matches = 0; in can_rcv_filter() local
593 matches++; in can_rcv_filter()
596 return matches; in can_rcv_filter()
602 matches++; in can_rcv_filter()
609 matches++; in can_rcv_filter()
617 matches++; in can_rcv_filter()
623 return matches; in can_rcv_filter()
629 matches++; in can_rcv_filter()
636 matches++; in can_rcv_filter()
640 return matches; in can_rcv_filter()
648 int matches; in can_receive() local
661 matches = can_rcv_filter(net->can.rx_alldev_list, skb); in can_receive()
665 matches += can_rcv_filter(dev_rcv_lists, skb); in can_receive()
672 if (matches > 0) { in can_receive()
673 pkg_stats->matches++; in can_receive()