Searched refs:PRIORITY_MASK (Results 1 – 2 of 2) sorted by relevance
20 #define PRIORITY_MASK (0xfff) macro21 #define MAX_PRIORITY (PRIORITY_MASK - PRIORITY_OFFSET)
388 .priority = PRIORITY_MASK - TAP_REMOTE_LOCAL_MAC,405 .priority = PRIORITY_MASK - TAP_REMOTE_BROADCAST,425 .priority = PRIORITY_MASK - TAP_REMOTE_BROADCASTV6,445 .priority = PRIORITY_MASK - TAP_REMOTE_PROMISC,459 .priority = PRIORITY_MASK - TAP_REMOTE_ALLMULTI,493 .priority = PRIORITY_MASK - TAP_ISOLATE,1786 cur_prio = (remote_flow->msg.t.tcm_info >> 16) & PRIORITY_MASK; in tap_flow_implicit_destroy()