Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip6.h277 M_REGION_GET(val, typ, m, off, len)
H A Dudp_usrreq.c328 M_REGION_GET(uh, struct udphdr *, m, iphlen, sizeof(struct udphdr)); in udp_input()
394 M_REGION_GET(uh, struct udphdr *, m, iphlen, sizeof(struct udphdr)); in udp_input()
H A Dtcp_input.c1245 M_REGION_GET(th, struct tcphdr *, m, off, sizeof(struct tcphdr)); in tcp_input()
1338 M_REGION_GET(th, struct tcphdr *, m, off, thlen); in tcp_input()
H A Ddccp_usrreq.c227 M_REGION_GET(dh, struct dccphdr *, m, iphlen, sizeof(*dh)); in dccp_input()
253 M_REGION_GET(dh, struct dccphdr *, m, iphlen, sizeof(*dh)); in dccp_input()
H A Dip_carp.c615 M_REGION_GET(ch, struct carp_header *, m, off, sizeof(*ch)); in _carp6_proto_input()
/netbsd-src/sys/netipsec/
H A Dipsec_input.c142 M_REGION_GET(th, struct tcphdr *, m, poff, sizeof(*th)); in ipsec4_fixup_checksum()
154 M_REGION_GET(uh, struct udphdr *, m, poff, sizeof(*uh)); in ipsec4_fixup_checksum()
H A Dxform_esp.c322 M_REGION_GET(esp, struct newesp *, m, skip, sizeof(struct newesp)); in esp_input()
H A Dxform_ah.c544 M_REGION_GET(ah, struct newah *, m, skip, rplen); in ah_input()
/netbsd-src/sys/sys/
H A Dmbuf.h609 #define M_REGION_GET(val, typ, m, off, len) \ macro
/netbsd-src/sys/net/
H A Dif_pppoe.c662 M_REGION_GET(ph, struct pppoehdr *, m, off, sizeof(*ph)); in pppoe_dispatch_disc_pkt()
692 M_REGION_GET(pt, struct pppoetag *, m, off, sizeof(*pt)); in pppoe_dispatch_disc_pkt()