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