Home
last modified time | relevance | path

Searched refs:can_rcv_filter (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/can/
H A Daf_can.c576 static int can_rcv_filter(struct can_dev_rcv_lists *dev_rcv_lists, struct sk_buff *skb) in can_rcv_filter() function
659 matches = can_rcv_filter(net->can.rx_alldev_list, skb); in can_receive()
663 matches += can_rcv_filter(dev_rcv_lists, skb); in can_receive()