Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_demux.c171 ip = mtodoff(m, struct ip *, hoff); in ip_lengthcheck()
187 ip = mtodoff(m, struct ip *, hoff); in ip_lengthcheck()
229 ip = mtodoff(m, struct ip *, hoff); in ip_lengthcheck()
301 ip = mtodoff(m, struct ip *, hoff); in ip_hashfn()
H A Dip_icmp.c267 icp = mtodoff(m, struct icmp *, hlen); in icmp_mtudisc()
367 icp = mtodoff(m, struct icmp *, hlen); in icmp_ctlinput()
461 icp = mtodoff(m, struct icmp *, hlen); in icmp_redirect()
510 icp = mtodoff(m, struct icmp *, hlen); in icmp_redirect_done()
/dragonfly/sys/netproto/mpls/
H A Dmpls_demux.c93 mpls = mtodoff(m, struct mpls *, hoff); in mpls_hashfn()
/dragonfly/sys/sys/
H A Dmbuf.h74 #define mtodoff(m, t, off) ((t)((m)->m_data + (off))) macro
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c192 #define mtodo(m, off) mtodoff((m), void *, (off))
3214 struct iwm_rx_packet *pkt = mtodoff(m, struct iwm_rx_packet *, offset); in iwm_rx_rx_mpdu()
5381 struct iwm_rx_packet *pkt = mtodoff(m, struct iwm_rx_packet *, in iwm_handle_rxb()
5419 struct iwm_rx_packet *nextpkt = mtodoff(m, in iwm_handle_rxb()
/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c5123 ip = mtodoff(m, struct ip *, hoff); in bge_setup_tso()
5124 th = mtodoff(m, struct tcphdr *, hoff + iphlen); in bge_setup_tso()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c5157 ip = mtodoff(m, struct ip *, hoff); in bnx_setup_tso()
5158 th = mtodoff(m, struct tcphdr *, hoff + iphlen); in bnx_setup_tso()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c4582 ip = mtodoff(m, struct ip *, hoff); in em_tso_pullup()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c4374 ip = mtodoff(m, struct ip *, hoff); in emx_tso_pullup()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c4826 ip = mtodoff(m, struct ip *, hoff); in igb_tso_pullup()