Searched refs:fcllc (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/net/802/
H A Dfc.c49 struct fcllc *fcllc; fc_header() local
51 hdr_len = sizeof(struct fch_hdr) + sizeof(struct fcllc); fc_header()
53 fcllc = (struct fcllc *)(fch+1); fc_header()
54 fcllc->dsap = fcllc->ssap = EXTENDED_SAP; fc_header()
55 fcllc->llc = UI_CMD; fc_header()
56 fcllc->protid[0] = fcllc->protid[1] = fcllc->protid[2] = 0x00; fc_header()
57 fcllc->ethertype = htons(type); fc_header()
/linux-4.1.27/include/uapi/linux/
H A Dif_fc.h26 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
43 struct fcllc { struct
/linux-4.1.27/drivers/message/fusion/
H A Dmptlan.c1496 struct fcllc *fcllc; mpt_lan_type_trans() local
1529 fcllc = (struct fcllc *)skb->data; mpt_lan_type_trans()
1534 if (fcllc->dsap == EXTENDED_SAP && mpt_lan_type_trans()
1535 (fcllc->ethertype == htons(ETH_P_IP) || mpt_lan_type_trans()
1536 fcllc->ethertype == htons(ETH_P_ARP))) { mpt_lan_type_trans()
1537 skb_pull(skb, sizeof(struct fcllc)); mpt_lan_type_trans()
1538 return fcllc->ethertype; mpt_lan_type_trans()

Completed in 143 milliseconds