Searched refs:CAN_EFF_MASK (Results 1 – 3 of 3) sorted by relevance
67 can_mask = (iseff) ? CAN_EFF_MASK : CAN_SFF_MASK; in canid_parse_rule()161 if (pcfltr->can_mask == (CAN_EFF_FLAG | CAN_EFF_MASK)) in canid_print_eopt()163 pcfltr->can_id & CAN_EFF_MASK); in canid_print_eopt()166 pcfltr->can_id & CAN_EFF_MASK, in canid_print_eopt()167 pcfltr->can_mask & CAN_EFF_MASK); in canid_print_eopt()
60 #define CAN_EFF_MASK 0x1FFFFFFFU /* extended frame format (EFF) */ macro