Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c120 int if_detected; /* first received ifindex in ANYDEV rx_op mode */ member
815 if (!op->if_detected && in bcm_rx_handler()
817 op->if_detected = skb->dev->ifindex; in bcm_rx_handler()
819 if (op->if_detected != skb->dev->ifindex) { in bcm_rx_handler()
1399 op->if_detected = 0; /* reclaim ifindex in ANYDEV mode */ in bcm_rx_setup()
1815 if (op->if_detected == dev->ifindex) in bcm_notify()
1816 op->if_detected = 0; in bcm_notify()