Searched refs:th_copy (Results 1 – 1 of 1) sorted by relevance
810 struct tcphdr th_copy; in sfxge_parse_tx_packet() local846 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() local1099 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()