Searched refs:DP_FRAME_IS_LLC (Results 1 – 2 of 2) sorted by relevance
392 #define DP_FRAME_IS_LLC(typeorlen) ((typeorlen) >= 0x600) macro
1754 if (DP_FRAME_IS_LLC(ether_type) && DP_FRAME_IS_SNAP(llcHdr)) { in dp_tx_get_tid()