Home
last modified time | relevance | path

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

/freebsd/sys/dev/tsec/
H A Dif_tsec.c1840 struct tsec_rx_fcb rx_fcb; in tsec_offload_process_frame() local
1846 m_copydata(m, 0, sizeof(struct tsec_rx_fcb), (caddr_t)(&rx_fcb)); in tsec_offload_process_frame()
1847 flags = rx_fcb.flags; in tsec_offload_process_frame()
1848 protocol = rx_fcb.protocol; in tsec_offload_process_frame()
1867 m->m_pkthdr.ether_vtag = rx_fcb.vlan; in tsec_offload_process_frame()