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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcan.h101 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
109 #define CAN_INV_FILTER 0x20000000U /* to be set in can_filter.can_id */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Daf_can.c319 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
331 canid_t inv = *can_id & CAN_INV_FILTER; /* save flag before masking */
393 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can

Completed in 117 milliseconds