Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/em/
H A Dif_em.h333 int csum_iphlen; member
H A Dif_em.c2384 adapter->csum_iphlen = 0; in em_stop()
3122 ip_hlen = mp->m_pkthdr.csum_iphlen; in em_txcsum()
3126 adapter->csum_iphlen == ip_hlen && in em_txcsum()
3193 adapter->csum_iphlen = ip_hlen; in em_txcsum()
4563 iphlen = m->m_pkthdr.csum_iphlen; in em_tso_pullup()
4596 iphlen = mp->m_pkthdr.csum_iphlen; in em_tso_setup()
4603 adapter->csum_iphlen == iphlen && in em_tso_setup()
4663 adapter->csum_iphlen = iphlen; in em_tso_setup()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.h293 int csum_iphlen; member
H A Dif_emx.c2657 ip_hlen = mp->m_pkthdr.csum_iphlen; in emx_txcsum()
2661 tdata->csum_lhlen == ehdrlen && tdata->csum_iphlen == ip_hlen && in emx_txcsum()
2728 tdata->csum_iphlen = ip_hlen; in emx_txcsum()
3074 tdata->csum_iphlen = 0; in emx_free_tx_ring()
4355 iphlen = m->m_pkthdr.csum_iphlen; in emx_tso_pullup()
4392 iphlen = mp->m_pkthdr.csum_iphlen; in emx_tso_setup()
4400 tdata->csum_iphlen == iphlen && in emx_tso_setup()
4463 tdata->csum_iphlen = iphlen; in emx_tso_setup()
/dragonfly/sys/sys/
H A Dmbuf.h164 uint16_t csum_iphlen; /* IP header length */ member
/dragonfly/sys/netinet/
H A Dip_output.c648 m->m_pkthdr.csum_iphlen = hlen; in ip_output()
897 m->m_pkthdr.csum_iphlen = mhlen; in ip_fragment()
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge.c1650 iphlen = m->m_pkthdr.csum_iphlen; in mxge_pullup_tso()
1689 cum_len = -(m->m_pkthdr.csum_lhlen + m->m_pkthdr.csum_iphlen + in mxge_encap_tso()
1695 cksum_offset = m->m_pkthdr.csum_lhlen + m->m_pkthdr.csum_iphlen; in mxge_encap_tso()
1864 cksum_offset = m->m_pkthdr.csum_lhlen + m->m_pkthdr.csum_iphlen; in mxge_encap()
/dragonfly/sys/dev/netif/ix/
H A Dif_ix.c1445 iphlen = m->m_pkthdr.csum_iphlen; in ix_tso_pullup()
2260 ip_hlen = mp->m_pkthdr.csum_iphlen; in ix_tx_ctx_setup()
2306 ip_hlen = mp->m_pkthdr.csum_iphlen; in ix_tso_ctx_setup()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c2140 ip_hlen = mp->m_pkthdr.csum_iphlen; in igb_txcsum_ctx()
4807 iphlen = m->m_pkthdr.csum_iphlen; in igb_tso_pullup()
4840 iphlen = m->m_pkthdr.csum_iphlen; in igb_tso_ctx()
/dragonfly/sys/dev/netif/jme/
H A Dif_jme.c1639 iphlen = m->m_pkthdr.csum_iphlen; in jme_tso_pullup()
/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c5108 iphlen = m->m_pkthdr.csum_iphlen; in bge_setup_tso()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c5142 iphlen = m->m_pkthdr.csum_iphlen; in bnx_setup_tso()
/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c6611 iphlen = m->m_pkthdr.csum_iphlen; in bce_tso_setup()
/dragonfly/sys/net/pf/
H A Dpf.c6152 m0->m_pkthdr.csum_iphlen = (ip->ip_hl << 2); in pf_route()