HomeSort by: relevance | last modified time | path
    Searched refs:M_REGION_GET (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/netinet/
ip6.h 277 M_REGION_GET(val, typ, m, off, len)
udp_usrreq.c 328 M_REGION_GET(uh, struct udphdr *, m, iphlen, sizeof(struct udphdr));
394 M_REGION_GET(uh, struct udphdr *, m, iphlen, sizeof(struct udphdr));
dccp_usrreq.c 227 M_REGION_GET(dh, struct dccphdr *, m, iphlen, sizeof(*dh));
253 M_REGION_GET(dh, struct dccphdr *, m, iphlen, sizeof(*dh));
tcp_input.c 1245 M_REGION_GET(th, struct tcphdr *, m, off, sizeof(struct tcphdr));
1338 M_REGION_GET(th, struct tcphdr *, m, off, thlen);
ip_carp.c 615 M_REGION_GET(ch, struct carp_header *, m, off, sizeof(*ch));
  /src/sys/netipsec/
ipsec_input.c 142 M_REGION_GET(th, struct tcphdr *, m, poff, sizeof(*th));
154 M_REGION_GET(uh, struct udphdr *, m, poff, sizeof(*uh));
xform_ah.c 544 M_REGION_GET(ah, struct newah *, m, skip, rplen);
xform_esp.c 322 M_REGION_GET(esp, struct newesp *, m, skip, sizeof(struct newesp));
  /src/sys/sys/
mbuf.h 604 * M_REGION_GET ensures that the "len"-sized region of type "typ" starting
609 #define M_REGION_GET(val, typ, m, off, len) \
  /src/sys/net/
if_pppoe.c 662 M_REGION_GET(ph, struct pppoehdr *, m, off, sizeof(*ph));
692 M_REGION_GET(pt, struct pppoetag *, m, off, sizeof(*pt));

Completed in 175 milliseconds