Searched refs:m_adj (Results 1 - 25 of 32) sorted by relevance

12

/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c445 m_adj(IP6_REASS_MBUF(ip6af), i);
461 m_adj(IP6_REASS_MBUF(af6), i);
477 * m_adj() below now does not meet the requirement.
554 m_adj(t->m_next, af6->ip6af_offset);
590 m_adj(t, sizeof(struct ip6_frag));
H A Desp_input.c321 m_adj(m, -siz);
419 m_adj(m, -taillen);
481 m_adj(m, off + esplen + ivlen);
872 m_adj(m, -siz);
966 m_adj(m, -taillen);
995 m_adj(m, off + esplen + ivlen);
1094 m_adj(n, stripsiz);
1139 m_adj(m, maxlen);
H A Desp_rijndael.c259 m_adj(d, IPSEC_GET_P2UNALIGNED_OFS(d->m_data));
440 m_adj(d, IPSEC_GET_P2UNALIGNED_OFS(d->m_data));
H A Dah_input.c447 m_adj(m, off + stripsiz);
554 m_adj(n, stripsiz);
878 m_adj(m, off + stripsiz);
985 m_adj(n, stripsiz);
H A Dudp6_usrreq.c186 m_adj(n, off);
546 m_adj(m, off + sizeof(struct udphdr));
H A Din6_gif.c270 m_adj(m, *offp);
H A Desp_core.c694 m_adj(d, IPSEC_GET_P2UNALIGNED_OFS(d->m_data));
927 m_adj(d, IPSEC_GET_P2UNALIGNED_OFS(d->m_data));
H A Draw_ip6.c216 m_adj(n, *offp);
255 m_adj(m, *offp);
H A Dicmp6.c382 m_adj(m, ICMPV6_PLD_MAXLEN - m->m_pkthdr.len);
661 m_adj(n0, off + sizeof(struct icmp6_hdr));
2120 m_adj(n, off);
2142 m_adj(m, off);
2212 m_adj(m, l);
H A Dip6_mroute.c1880 m_adj(m, off + PIM_MINLEN);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c307 m_adj(n->m_next, tlen);
348 m_adj(n->m_next, tlen);
H A Dkpi_mbuf.c353 /* This function is used to provide m_adj via symbol indirection, please avoid
358 m_adj(mbuf, len);
/darwin-on-arm/xnu/bsd/net/
H A Dif_loop.c305 m_adj(m, sizeof (struct loopback_header));
354 m_adj(m, sizeof (struct loopback_header));
H A Dpf_norm.c568 m_adj(frent->fr_m, precut);
589 m_adj(frea->fr_m, aftercut);
810 m_adj(m, precut + (h->ip_hl << 2));
873 m_adj(m, -aftercut);
1072 m_adj(frent->fr_m, precut);
1094 m_adj(frea->fr_m, aftercut);
1338 m_adj(m, precut + hlen);
1403 m_adj(m, -aftercut);
H A Dether_if_module.c387 m_adj(m, -ETHER_CRC_LEN);
H A Dif_utun_crypto_ipsec.c716 m_adj(*pkt, sizeof(protocol_family_t));
1029 m_adj(n, offs);
H A Dbridgestp.c552 m_adj(m, ETHER_HDR_LEN);
555 m_adj(m, len - m->m_pkthdr.len);
H A Drtsock.c714 m_adj(m, rtm->rtm_msglen - m->m_pkthdr.len);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c258 m_adj(m, off);
H A Dudp_usrreq.c338 m_adj(m, len - ip->ip_len);
724 m_adj(m, iphlen + sizeof(struct udphdr));
846 m_adj(n, off);
H A Dtcp_input.c618 m_adj(m, i);
643 m_adj(q->tqe_m, i);
2429 m_adj(m, drop_hdrlen); /* delayed header drop */
2744 m_adj(m, -todrop);
3066 m_adj(m, -todrop);
3713 m_adj(m, drop_hdrlen); /* delayed header drop */
H A Dip_input.c898 m_adj(m, ip->ip_len - m->m_pkthdr.len);
1564 m_adj(m, i);
1587 m_adj(q, i);
H A Dtcp_lro.c236 m_adj(lro_mb, drop_hdrlen);
/darwin-on-arm/xnu/bsd/netat/
H A Dsys_glue.c1131 m_adj(mlist, len);
1132 m_adj(new_m, len);
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h872 extern void m_adj(struct mbuf *, int);

Completed in 202 milliseconds

12