Searched refs:M_REGION_GET (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/netinet/ |
| H A D | ip6.h | 277 M_REGION_GET(val, typ, m, off, len)
|
| H A D | udp_usrreq.c | 328 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 D | tcp_input.c | 1245 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 D | dccp_usrreq.c | 227 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 D | ip_carp.c | 615 M_REGION_GET(ch, struct carp_header *, m, off, sizeof(*ch)); in _carp6_proto_input()
|
| /netbsd-src/sys/netipsec/ |
| H A D | ipsec_input.c | 142 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 D | xform_esp.c | 322 M_REGION_GET(esp, struct newesp *, m, skip, sizeof(struct newesp)); in esp_input()
|
| H A D | xform_ah.c | 544 M_REGION_GET(ah, struct newah *, m, skip, rplen); in ah_input()
|
| /netbsd-src/sys/sys/ |
| H A D | mbuf.h | 609 #define M_REGION_GET(val, typ, m, off, len) \ macro
|
| /netbsd-src/sys/net/ |
| H A D | if_pppoe.c | 662 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()
|