Home
last modified time | relevance | path

Searched refs:M_PREPEND (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/sys/netgraph/
H A Dng_rfc1490.c386 M_PREPEND(m, 2, M_NOWAIT); /* Prepend PPP NLPID */ in ng_rfc1490_rcvdata()
395 M_PREPEND(m, 2, M_NOWAIT); /* Prepend IP NLPID */ in ng_rfc1490_rcvdata()
407 M_PREPEND(m, 8, M_NOWAIT); in ng_rfc1490_rcvdata()
418 M_PREPEND(m, 2, M_NOWAIT); /* Prepend IP ethertype */ in ng_rfc1490_rcvdata()
426 M_PREPEND(m, 8, M_NOWAIT); /* Prepend NLPID, OUI, PID */ in ng_rfc1490_rcvdata()
H A Dng_UI.c188 M_PREPEND(m, 1, M_NOWAIT); /* Prepend IP NLPID */ in ng_UI_rcvdata()
H A Dng_gif_demux.c344 M_PREPEND(m, sizeof (iffam->family), M_NOWAIT); in ng_gif_demux_rcvdata()
H A Dng_l2tp.c933 M_PREPEND(m, 2, M_NOWAIT); in ng_l2tp_rcvdata_lower()
1114 M_PREPEND(m, 6 in ng_l2tp_rcvdata()
1526 M_PREPEND(m, 10, M_NOWAIT); /* - 2 + 12 = 10 */ in ng_l2tp_xmit_ctrl()
H A Dng_frame_relay.c358 M_PREPEND(m, alen, M_NOWAIT); in ngfrm_rcvdata()
H A Dng_gif.c307 M_PREPEND(m, sizeof (tmp_af), M_NOWAIT); in ng_gif_glue_af()
H A Dng_vlan.c648 M_PREPEND(m, ETHER_VLAN_ENCAP_LEN, M_NOWAIT); in ng_vlan_rcvdata()
H A Dng_cisco.c356 M_PREPEND(m, CISCO_HEADER_LEN, M_NOWAIT); in cisco_rcvdata()
/freebsd/sys/netipsec/
H A Dkeysock.c151 M_PREPEND(m, sizeof(struct sadb_msg), M_NOWAIT); in key_sendup0()
/freebsd/sys/net/
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()
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 Ddebugnet_inet.c463 M_PREPEND(m, sizeof(*ip), M_NOWAIT); in debugnet_ip_output()
H A Dif_ovpn.c1882 M_PREPEND(m, ovpn_hdr_len, M_NOWAIT); in ovpn_transmit_to_peer()
2002 M_PREPEND(m, sizeof(struct udphdr), M_NOWAIT); in ovpn_encap()
2035 M_PREPEND(m, sizeof(struct ip), M_NOWAIT); in ovpn_encap()
2068 M_PREPEND(m, sizeof(struct ip6_hdr), M_NOWAIT); in ovpn_encap()
H A Dif_ethersubr.c371 M_PREPEND(m, hlen, M_NOWAIT); in ether_output()
1331 M_PREPEND(m, ETHER_VLAN_ENCAP_LEN, M_NOWAIT); in ether_vlan_mtap()
1334 /* M_PREPEND takes care of m_len, m_pkthdr.len for us */ in ether_vlan_mtap()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c109 M_PREPEND(m, sizeof(uint32_t), M_WAITOK); in put_uint32()
/freebsd/sys/net80211/
H A Dieee80211_output.c1032 M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT); in ieee80211_mgmt_output()
1130 M_PREPEND(m, hdrlen, IEEE80211_M_NOWAIT); in ieee80211_send_nulldata()
1690 M_PREPEND(m, hdrspace + meshhdrsize, IEEE80211_M_NOWAIT); in ieee80211_encap()
2606 M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT); in ieee80211_send_probereq()
3268 M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT); in ieee80211_send_proberesp()
3757 M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT); in ieee80211_beacon_alloc()
4141 M_PREPEND(m, sizeof(struct ether_header), IEEE80211_M_NOWAIT); in ieee80211_ff_encap1()
H A Dieee80211_superg.c446 M_PREPEND(m1, sizeof(uint32_t)+2, IEEE80211_M_NOWAIT); in ieee80211_ff_encap()
455 M_PREPEND(m1, sizeof(struct llc), IEEE80211_M_NOWAIT); in ieee80211_ff_encap()
H A Dieee80211_crypto_wep.c203 M_PREPEND(m, wep.ic_header, IEEE80211_M_NOWAIT); in wep_encap()
H A Dieee80211_crypto_gcmp.c246 M_PREPEND(m, gcmp_get_header_len(k), IEEE80211_M_NOWAIT); in gcmp_encap()
/freebsd/sys/netinet6/
H A Din6_gif.c295 M_PREPEND(m, sizeof(struct ip6_hdr), M_NOWAIT); in in6_gif_output()
/freebsd/sys/netinet/
H A Din_gif.c280 M_PREPEND(m, sizeof(struct ip), M_NOWAIT); in in_gif_output()
H A Dsctp_os_bsd.h288 #define SCTP_BUF_PREPEND M_PREPEND
/freebsd/sys/rpc/
H A Dsvc_vc.c1011 M_PREPEND(mrep, sizeof(uint32_t), M_WAITOK); in svc_vc_reply()
1095 M_PREPEND(mrep, sizeof(uint32_t), M_WAITOK); in svc_vc_backchannel_reply()
H A Dclnt_bck.c274 M_PREPEND(mreq, sizeof(uint32_t), M_WAITOK); in clnt_bck_call()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c596 M_PREPEND(m, size, M_NOWAIT); in ng_l2cap_prepend()

123