Symbol: mtodoff
sys/bus/u4b/wlan/if_mtw.c
2726
struct mtw_rxd *pkt = mtodoff(m, struct mtw_rxd *, offset);
sys/dev/netif/bge/if_bge.c
5124
ip = mtodoff(m, struct ip *, hoff);
sys/dev/netif/bge/if_bge.c
5125
th = mtodoff(m, struct tcphdr *, hoff + iphlen);
sys/dev/netif/bnx/if_bnx.c
5158
ip = mtodoff(m, struct ip *, hoff);
sys/dev/netif/bnx/if_bnx.c
5159
th = mtodoff(m, struct tcphdr *, hoff + iphlen);
sys/dev/netif/em/if_em.c
4582
ip = mtodoff(m, struct ip *, hoff);
sys/dev/netif/emx/if_emx.c
4374
ip = mtodoff(m, struct ip *, hoff);
sys/dev/netif/igb/if_igb.c
4826
ip = mtodoff(m, struct ip *, hoff);
sys/dev/netif/iwm/if_iwm.c
192
#define mtodo(m, off) mtodoff((m), void *, (off))
sys/dev/netif/iwm/if_iwm.c
3214
struct iwm_rx_packet *pkt = mtodoff(m, struct iwm_rx_packet *, offset);
sys/dev/netif/iwm/if_iwm.c
5381
struct iwm_rx_packet *pkt = mtodoff(m, struct iwm_rx_packet *,
sys/dev/netif/iwm/if_iwm.c
5419
struct iwm_rx_packet *nextpkt = mtodoff(m,
sys/netinet/ip_demux.c
171
ip = mtodoff(m, struct ip *, hoff);
sys/netinet/ip_demux.c
187
ip = mtodoff(m, struct ip *, hoff);
sys/netinet/ip_demux.c
229
ip = mtodoff(m, struct ip *, hoff);
sys/netinet/ip_demux.c
301
ip = mtodoff(m, struct ip *, hoff);
sys/netinet/ip_icmp.c
267
icp = mtodoff(m, struct icmp *, hlen);
sys/netinet/ip_icmp.c
367
icp = mtodoff(m, struct icmp *, hlen);
sys/netinet/ip_icmp.c
461
icp = mtodoff(m, struct icmp *, hlen);
sys/netinet/ip_icmp.c
510
icp = mtodoff(m, struct icmp *, hlen);
sys/netproto/mpls/mpls_demux.c
93
mpls = mtodoff(m, struct mpls *, hoff);