Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/tsec/
H A Dif_tsec.c728 struct tsec_tx_fcb *tx_fcb; in tsec_start_locked() local
777 tx_fcb = mtod(m0, struct tsec_tx_fcb *); in tsec_start_locked()
778 tx_fcb->flags = fcb_flags; in tsec_start_locked()
779 tx_fcb->l3_offset = ETHER_HDR_LEN; in tsec_start_locked()
780 tx_fcb->l4_offset = sizeof(struct ip); in tsec_start_locked()