| /xnu-11417.121.6/bsd/netinet6/ |
| H A D | esp_input.c | 421 m_adj(m, (int)-siz); in esp4_input_extended() 532 m_adj(m, (int)-taillen); in esp4_input_extended() 586 m_adj(m, (int)(off + esplen + ivlen)); in esp4_input_extended() 1133 m_adj(m, (int)-siz); in esp6_input_extended() 1241 m_adj(m, -taillen); in esp6_input_extended() 1291 m_adj(m, (int)(off + esplen + ivlen)); in esp6_input_extended() 1473 m_adj(n, stripsiz); in esp6_input_extended() 1519 m_adj(m, maxlen); in esp6_input_extended()
|
| H A D | frag6.c | 444 m_adj(m, -trailer); in frag6_input() 821 m_adj(t->m_next, af6->ip6af_offset); in frag6_input() 880 m_adj(t, sizeof(struct ip6_frag)); in frag6_input()
|
| H A D | udp6_usrreq.c | 224 m_adj(n, off); in udp6_append() 651 m_adj(m, off + sizeof(struct udphdr)); in udp6_input() 1351 m_adj(m, -trailer); in udp6_input_checksum()
|
| H A D | in6_gif.c | 260 m_adj(m, *offp); in in6_gif_input()
|
| H A D | ah_input.c | 387 m_adj(m, (int)(off + stripsiz)); in ah4_input() 804 m_adj(m, (int)(off + stripsiz)); in ah6_input()
|
| H A D | icmp6.c | 401 m_adj(m, ICMPV6_PLD_MAXLEN - m->m_pkthdr.len); in icmp6_error_flag() 714 m_adj(n0, off + sizeof(struct icmp6_hdr)); in icmp6_input() 2193 m_adj(n, off); in icmp6_rip6_input() 2215 m_adj(m, off); in icmp6_rip6_input() 2291 m_adj(m, (int)l); in icmp6_reflect()
|
| H A D | raw_ip6.c | 231 m_adj(n, *offp); in rip6_input() 271 m_adj(m, *offp); in rip6_input()
|
| H A D | esp_rijndael.c | 272 m_adj(d, IPSEC_GET_P2UNALIGNED_OFS(d->m_data)); in esp_cbc_decrypt_aes() 489 m_adj(d, IPSEC_GET_P2UNALIGNED_OFS(d->m_data)); in esp_cbc_encrypt_aes()
|
| H A D | esp_core.c | 931 m_adj(d, IPSEC_GET_P2UNALIGNED_OFS(d->m_data)); in esp_cbc_decrypt() 1176 m_adj(d, IPSEC_GET_P2UNALIGNED_OFS(d->m_data)); in esp_cbc_encrypt()
|
| /xnu-11417.121.6/bsd/net/ |
| H A D | ether_if_module.c | 488 m_adj(m, -ETHER_CRC_LEN); in ether_demux() 680 m_adj(*m, ETHER_VLAN_ENCAP_LEN); in ether_frameout_extended()
|
| H A D | pf_norm.c | 568 m_adj(m, -trailer); in pf_reassemble() 649 m_adj(frent->fr_m, precut); in pf_reassemble() 670 m_adj(frea->fr_m, aftercut); in pf_reassemble() 918 m_adj(m, precut + (h->ip_hl << 2)); in pf_fragcache() 983 m_adj(m, -aftercut); in pf_fragcache() 1195 m_adj(m, -trailer); in pf_reassemble6() 1280 m_adj(frent->fr_m, precut); in pf_reassemble6() 1302 m_adj(frea->fr_m, aftercut); in pf_reassemble6() 1617 m_adj(m, precut + hlen); in pf_frag6cache() 1684 m_adj(m, -aftercut); in pf_frag6cache()
|
| H A D | if_loop.c | 314 m_adj(m, sizeof(struct loopback_header)); in lo_output() 367 m_adj(m, sizeof(struct loopback_header)); in lo_pre_enqueue()
|
| H A D | pf_pbuf.c | 265 m_adj(n, olen); in pbuf_resize_segment()
|
| H A D | bridgestp.c | 567 m_adj(m, ETHER_HDR_LEN); in bstp_input() 570 m_adj(m, len - m->m_pkthdr.len); in bstp_input()
|
| H A D | if_bridge.c | 9093 m_adj(*mp, ETHER_HDR_LEN); 9098 m_adj(*mp, sizeof(struct llc)); 9811 m_adj(m, -ETHER_CRC_LEN); 10102 m_adj(m0, hdr_len + firstlen - total_len); 10112 m_adj(m0, hdr_len - total_len);
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | mptcp.c | 337 m_adj(m, (int)i); in mptcp_reass() 360 m_adj(q->tqe_m, (int)i); in mptcp_reass() 548 m_adj(m, (int)-todrop); in mptcp_input() 580 m_adj(m, (int)(mp_tp->mpt_rcvnxt - mb_dsn)); in mptcp_input()
|
| H A D | in_gif.c | 261 m_adj(m, off); in in_gif_input()
|
| H A D | tcp_input.c | 688 m_adj(m, i); in tcp_reass() 745 m_adj(q->tqe_m, i); in tcp_reass() 3428 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_input() 4091 m_adj(m, -todrop); in tcp_input() 4531 m_adj(m, -todrop); in tcp_input() 5790 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_input() 5930 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_input() 7671 m_adj(m, -trailer); in tcp_input_checksum() 7757 m_adj(m, -trailer); in tcp_input_checksum()
|
| H A D | udp_usrreq.c | 383 m_adj(m, len - ip->ip_len); in udp_input() 778 m_adj(m, iphlen + sizeof(struct udphdr)); in udp_input() 912 m_adj(n, off); in udp_append() 2916 m_adj(m, -trailer); in udp_input_checksum()
|
| H A D | ip_input.c | 926 m_adj(m, ip->ip_len - m->m_pkthdr.len); in ip_input_adjust() 2330 m_adj(m, -trailer); in ip_reass() 2458 m_adj(m, i); in ip_reass() 2480 m_adj(q, i); in ip_reass()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1731 m_adj(pkt->pkt_mbuf, pkt->pkt_l2_len); in flow_rx_agg_channel() 2147 m_adj(m, -trailer); in flow_rx_agg_host() 2369 m_adj(m, l2len + thlen); in flow_rx_agg_host() 2407 m_adj(m, l2len); in flow_rx_agg_host()
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_mbuf2.c | 309 m_adj(n->m_next, tlen); in m_pulldown() 354 m_adj(n->m_next, tlen); in m_pulldown()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 578 m_adj(pkt->pkt_mbuf, -ETHER_CRC_LEN); in fsw_ethernet_demux()
|
| H A D | fsw_dp.c | 612 m_adj(spkt->pkt_mbuf, skip_l2h_len); in copy_packet_from_dev() 1439 m_adj(m, llhlen); in convert_native_pktq_to_mbufs() 1522 m_adj(m, llhlen); in convert_compat_pkt_to_mbuf()
|
| /xnu-11417.121.6/bsd/sys/ |
| H A D | mbuf.h | 1445 extern void m_adj(struct mbuf *, int);
|