tsec_rx_fcb
struct tsec_rx_fcb rx_fcb;
m_copydata(m, 0, sizeof(struct tsec_rx_fcb), (caddr_t)(&rx_fcb));
m_adj(m, sizeof(struct tsec_rx_fcb));