Searched refs:M_ALIGN (Results 1 - 21 of 21) sorted by path

/freebsd-11-stable/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h138 #define M_ALIGN(len) (((len) + M_ALIGNFACTOR - 1) & ~(M_ALIGNFACTOR - 1)) macro
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dmbuf.c57 len = M_ALIGN(len);
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c1938 M_ALIGN(m, EN_RX1BUF);
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c1108 M_ALIGN(m, SMALL_BUFFER_LEN);
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Disc_soc.c114 M_ALIGN(mh, mh->m_len + pp->ahs_len);
123 M_ALIGN(mh, mh->m_len);
162 M_ALIGN(md, md->m_len);
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_rx.c474 M_ALIGN(m, 53);
486 M_ALIGN(m, 52);
497 M_ALIGN(m, 64);
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c577 M_ALIGN(m, tlen);
960 M_ALIGN(mic, 16 + cklen);
/freebsd-11-stable/sys/netinet/
H A Dsctp_os_bsd.h295 #define SCTP_ALIGN_TO_END(m, len) M_ALIGN(m, len)
H A Dif_ether.c394 M_ALIGN(m, m->m_len);
H A Digmp.c2209 M_ALIGN(m, sizeof(struct ip) + sizeof(struct igmp));
2788 M_ALIGN(m, IGMP_LEADINGSPACE);
2912 M_ALIGN(m, IGMP_LEADINGSPACE);
3068 M_ALIGN(m, IGMP_LEADINGSPACE);
H A Dip_carp.c842 M_ALIGN(m, m->m_len);
894 M_ALIGN(m, m->m_len);
H A Dsctp_output.c7533 M_ALIGN(chk->data, 4);
H A Dtcp_output.c1109 M_ALIGN(m, hdrlen);
/freebsd-11-stable/share/man/man9/
H A DMakefile1113 mbuf.9 M_ALIGN.9 \
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c436 M_ALIGN(m, len);
934 M_ALIGN(n, 0);
944 M_ALIGN(n, remain);
953 M_ALIGN(n, remain);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.c449 M_ALIGN(m, len);
/freebsd-11-stable/sys/netinet6/
H A Dip6_output.c3083 M_ALIGN(mh, sizeof(*ip6));
H A Dmld6.c1815 M_ALIGN(mh, sizeof(struct ip6_hdr));
3187 M_ALIGN(mh, sizeof(struct ip6_hdr) + sizeof(struct mldv2_report));
/freebsd-11-stable/sys/netipsec/
H A Dkey.c6219 M_ALIGN(m, l);
6324 M_ALIGN(m, l);
6368 M_ALIGN(m, l);
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c681 * Also do M_ALIGN() to reduce chances of need to allocate new mbuf
686 M_ALIGN(n, sizeof(struct ip6_hdr) + plen + max_hdr);
784 M_ALIGN(n, sizeof(struct ip) + plen + max_hdr);
1041 M_ALIGN(n, offset + plen + max_hdr);
/freebsd-11-stable/sys/sys/
H A Dmbuf.h901 * NB: Historically, we had M_ALIGN(), MH_ALIGN(), and MEXT_ALIGN() as
921 #define M_ALIGN(m, len) m_align(m, len) macro

Completed in 497 milliseconds