Home
last modified time | relevance | path

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

/freebsd/sys/dev/tsec/
H A Dif_tsec.c717 struct tsec_tx_fcb *tx_fcb; in tsec_start_locked() local
765 tx_fcb = mtod(m0, struct tsec_tx_fcb *); in tsec_start_locked()
766 tx_fcb->flags = fcb_flags; in tsec_start_locked()
767 tx_fcb->l3_offset = ETHER_HDR_LEN; in tsec_start_locked()
768 tx_fcb->l4_offset = sizeof(struct ip); in tsec_start_locked()