Searched refs:CAN_INV_FILTER (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dcan.h284 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
292 #define CAN_INV_FILTER 0x20000000U /* to be set in can_filter.can_id */ macro
/linux-master/net/can/
H A Daf_can.c354 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
366 canid_t inv = *can_id & CAN_INV_FILTER; /* save flag before masking */
427 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can

Completed in 133 milliseconds