Searched refs:rx_fcb (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/tsec/
H A Dif_tsec.c1854 struct tsec_rx_fcb rx_fcb; local
1860 m_copydata(m, 0, sizeof(struct tsec_rx_fcb), (caddr_t)(&rx_fcb));
1861 flags = rx_fcb.flags;
1862 protocol = rx_fcb.protocol;
1882 m->m_pkthdr.ether_vtag = rx_fcb.vlan;

Completed in 96 milliseconds