Searched refs:fcllc (Results 1 – 3 of 3) sorted by relevance
45 struct fcllc *fcllc; in fc_header() local 47 hdr_len = sizeof(struct fch_hdr) + sizeof(struct fcllc); in fc_header() 49 fcllc = (struct fcllc *)(fch+1); in fc_header() 50 fcllc->dsap = fcllc->ssap = EXTENDED_SAP; in fc_header() 51 fcllc->llc = UI_CMD; in fc_header() 52 fcllc->protid[0] = fcllc in fc_header() [all...]
27 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))44 struct fcllc { struct 45 dsapfcllc global() argument 46 ssapfcllc global() argument 47 llcfcllc global() argument 48 protidfcllc global() argument 49 ethertypefcllc global() argument
1495 struct fcllc *fcllc; in mpt_lan_type_trans() local 1528 fcllc = (struct fcllc *)skb->data; in mpt_lan_type_trans() 1533 if (fcllc->dsap == EXTENDED_SAP && in mpt_lan_type_trans() 1534 (fcllc->ethertype == htons(ETH_P_IP) || in mpt_lan_type_trans() 1535 fcllc->ethertype == htons(ETH_P_ARP))) { in mpt_lan_type_trans() 1536 skb_pull(skb, sizeof(struct fcllc)); in mpt_lan_type_trans() 1537 return fcllc->ethertype; in mpt_lan_type_trans()