Searched refs:FC_HLEN (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/uapi/linux/ | ||
D | if_fc.h | 26 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc)) macro |
/linux-4.4.14/net/802/ | ||
D | fc.c | 86 dev->hard_header_len = FC_HLEN; in fc_setup() |