Searched refs:llc2 (Results 1 – 1 of 1) sorted by relevance
3975 struct llc *llc2; in bridge_pfil() local3989 llc2 = (struct llc *)(eh1 + 1); in bridge_pfil()3990 if (llc2->llc_dsap == LLC_SNAP_LSAP && in bridge_pfil()3991 llc2->llc_ssap == LLC_SNAP_LSAP && in bridge_pfil()3992 llc2->llc_control == LLC_UI) { in bridge_pfil()3994 htons(llc2->llc_un.type_snap.ether_type); in bridge_pfil()