Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/sfxge/
HDsfxge_tx.c810 struct tcphdr th_copy; in sfxge_parse_tx_packet() local
846 m_copydata(mbuf, mbuf->m_pkthdr.l3hlen, sizeof(th_copy), in sfxge_parse_tx_packet()
847 (caddr_t)&th_copy); in sfxge_parse_tx_packet()
848 th = &th_copy; in sfxge_parse_tx_packet()
1047 struct tcphdr th_copy; in tso_start() local
1099 m_copydata(tso->mbuf, tso->tcph_off, sizeof(th_copy), in tso_start()
1100 (caddr_t)&th_copy); in tso_start()
1101 th = &th_copy; in tso_start()