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