Lines Matching refs:matches
495 r->matches = 0; in can_rx_register()
607 r->matches++; in deliver()
613 int matches = 0; in can_rcv_filter() local
625 matches++; in can_rcv_filter()
628 return matches; in can_rcv_filter()
634 matches++; in can_rcv_filter()
641 matches++; in can_rcv_filter()
649 matches++; in can_rcv_filter()
655 return matches; in can_rcv_filter()
661 matches++; in can_rcv_filter()
668 matches++; in can_rcv_filter()
672 return matches; in can_rcv_filter()
678 int matches; in can_receive() local
691 matches = can_rcv_filter(&can_rx_alldev_list, skb); in can_receive()
696 matches += can_rcv_filter(d, skb); in can_receive()
703 if (matches > 0) { in can_receive()
704 can_stats.matches++; in can_receive()