Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/tap/
H A Dtap_flow.h20 #define PRIORITY_MASK (0xfff) macro
21 #define MAX_PRIORITY (PRIORITY_MASK - PRIORITY_OFFSET)
H A Dtap_flow.c388 .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()