Searched refs:ETH_P_TR_802_2 (Results 1 – 7 of 7) sorted by relevance
110 #define ETH_P_TR_802_2 0x0011i /* 802.2 frames */ macro
110 #define ETH_P_TR_802_2 0x0011 /* 802.2 frames */ macro
141 .type = cpu_to_be16(ETH_P_TR_802_2),
75 htons(ETH_P_TR_802_2) : htons(ETH_P_802_2); in llc_proto_type()
256 else if (skb->protocol == htons(ETH_P_TR_802_2)) { in llc_pdu_decode_sa()273 else if (skb->protocol == htons(ETH_P_TR_802_2)) in llc_pdu_decode_da()
244 return htons(ETH_P_TR_802_2); in tr_type_trans()
1278 case ETH_P_TR_802_2: rc = "802.2TR"; break; in ipx_frame_name()