Searched defs:fc_encaps_hdr (Results 1 – 1 of 1) sorted by relevance
23 struct fc_encaps_hdr { struct24 __u8 fc_proto; /* protocol number */25 __u8 fc_ver; /* version of encapsulation */26 __u8 fc_proto_n; /* ones complement of protocol */27 __u8 fc_ver_n; /* ones complement of version */29 unsigned char fc_proto_data[8]; /* protocol specific data */31 __be16 fc_len_flags; /* 10-bit length/4 w/ 6 flag bits */32 __be16 fc_len_flags_n; /* ones complement of length / flags */37 __be32 fc_time[2]; /* time stamp: seconds and fraction */38 __be32 fc_crc; /* CRC */[all …]