Home
last modified time | relevance | path

Searched refs:M_PREPEND (Results 1 – 25 of 71) sorted by last modified time

123

/freebsd/sys/net/
H A Dif_ovpn.c1873 M_PREPEND(m, ovpn_hdr_len, M_NOWAIT); in ovpn_transmit_to_peer()
1993 M_PREPEND(m, sizeof(struct udphdr), M_NOWAIT); in ovpn_encap()
2026 M_PREPEND(m, sizeof(struct ip), M_NOWAIT); in ovpn_encap()
2059 M_PREPEND(m, sizeof(struct ip6_hdr), M_NOWAIT); in ovpn_encap()
H A Dif_bridge.c3626 M_PREPEND(*mp, sizeof(struct llc), M_NOWAIT); in bridge_pfil()
3632 M_PREPEND(*mp, ETHER_HDR_LEN, M_NOWAIT); in bridge_pfil()
3834 M_PREPEND(mcur, sizeof(struct llc), M_NOWAIT); in bridge_fragment()
3844 M_PREPEND(mcur, ETHER_HDR_LEN, M_NOWAIT); in bridge_fragment()
H A Dif_gif.c359 M_PREPEND(m, sizeof(struct etherip_header), M_NOWAIT); in gif_transmit()
H A Dif_gre.c717 M_PREPEND(m, sc->gre_hlen, M_NOWAIT);
H A Dif_me.c613 M_PREPEND(m, hlen, M_NOWAIT); in me_transmit()
H A Dif_tuntap.c1423 M_PREPEND(m0, dst->sa_len, M_NOWAIT); in tunoutput()
1437 M_PREPEND(m0, 4, M_NOWAIT); in tunoutput()
H A Ddebugnet.c165 M_PREPEND(m, ETHER_HDR_LEN, M_NOWAIT); in debugnet_ether_output()
196 M_PREPEND(m, sizeof(*udp), M_NOWAIT); in debugnet_udp_output()
H A Dif_ethersubr.c371 M_PREPEND(m, hlen, M_NOWAIT); in ether_output()
1341 M_PREPEND(m, ETHER_VLAN_ENCAP_LEN, M_NOWAIT); in ether_vlanencap_proto()
H A Dif_fwsubr.c257 M_PREPEND(m, sizeof(uint32_t), M_NOWAIT); in firewire_output()
299 M_PREPEND(m, 2*sizeof(uint32_t), M_NOWAIT); in firewire_output()
/freebsd/sys/netinet6/
H A Dicmp6.c367 M_PREPEND(m, preplen, M_NOWAIT); /* FIB is also copied over. */ in icmp6_error()
H A Draw_ip6.c439 M_PREPEND(m, sizeof(*ip6), M_NOWAIT); in rip6_send()
/freebsd/sys/sys/
H A Dmbuf.h1263 #define M_PREPEND(m, plen, how) do { \ macro
/freebsd/sys/netpfil/pf/
H A Dpflow.c1211 M_PREPEND(m, sizeof(struct pflow_v10_header), M_NOWAIT); in pflow_sendout_ipfix()
1246 M_PREPEND(m, sizeof(struct pflow_v10_header), M_NOWAIT); in pflow_sendout_ipfix_tmpl()
/freebsd/sys/rpc/
H A Dclnt_vc.c390 M_PREPEND(mreq, sizeof(uint32_t), M_WAITOK); in clnt_vc_call()
H A Dclnt_bck.c274 M_PREPEND(mreq, sizeof(uint32_t), M_WAITOK); in clnt_bck_call()
H A Dsvc_vc.c1015 M_PREPEND(mrep, sizeof(uint32_t), M_WAITOK); in svc_vc_reply()
1099 M_PREPEND(mrep, sizeof(uint32_t), M_WAITOK); in svc_vc_backchannel_reply()
/freebsd/share/man/man9/
H A DMakefile1519 mbuf.9 M_PREPEND.9 \
/freebsd/sys/dev/wg/
H A Dif_wg.c1505 M_PREPEND(m, sizeof(struct wg_pkt_data), M_NOWAIT); in wg_encrypt()
1687 M_PREPEND(m, ETHER_HDR_LEN, M_NOWAIT); in wg_deliver_netmap()
2311 M_PREPEND(m, ETHER_HDR_LEN, M_NOWAIT); in wg_xmit_netmap()
/freebsd/sys/netgraph/
H A Dng_iface.c379 M_PREPEND(m, sizeof(sa_family_t), M_NOWAIT); in ng_iface_output()
/freebsd/sys/kern/
H A Duipc_syscalls.c695 M_PREPEND(control, sizeof(*cm), M_WAITOK); in sendit()
/freebsd/sys/netinet/
H A Dudp_usrreq.c1351 M_PREPEND(m, sizeof(struct udpiphdr) + max_linkhdr, M_NOWAIT); in udp_send()
H A Draw_ip.c457 M_PREPEND(m, sizeof(struct ip), M_NOWAIT); in rip_send()
H A Digmp.c3554 M_PREPEND(m, hdrlen, M_NOWAIT); in igmp_v3_encap_report()
/freebsd/sys/net80211/
H A Dieee80211_hwmp.c645 M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT); in hwmp_send_action()
/freebsd/sys/netipsec/
H A Dkeysock.c151 M_PREPEND(m, sizeof(struct sadb_msg), M_NOWAIT); in key_sendup0()

123