Home
last modified time | relevance | path

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

1234

/dports/net/netwib/netwib-5.38.0-src/src/port/freebsd/kernelmodule/
H A Dether_mod.c218 M_PREPEND(m, sizeof(struct llc), M_WAIT);
242 M_PREPEND(m, 3, M_WAIT);
302 M_PREPEND(mcopy, sizeof (*eh), M_DONETWAIT);
311 M_PREPEND(m, 3, M_DONETWAIT);
341 M_PREPEND(mcopy, sizeof (*eh), M_DONETWAIT);
389 M_PREPEND(m, sizeof (struct ether_header), M_DONETWAIT);
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/support/bpf-lkm/FreeBSD/
H A Dether_mod.c219 M_PREPEND(m, sizeof(struct llc), M_WAIT);
243 M_PREPEND(m, 3, M_WAIT);
303 M_PREPEND(mcopy, sizeof (*eh), M_DONTWAIT);
312 M_PREPEND(m, 3, M_DONTWAIT);
342 M_PREPEND(mcopy, sizeof (*eh), M_DONTWAIT);
390 M_PREPEND(m, sizeof (struct ether_header), M_DONTWAIT);
/dports/net/netwib/netwib-5.38.0-src/src/port/openbsd/kernelmodule/
H A Dether_mod-2.4.c223 M_PREPEND(m, AT_LLC_SIZE, M_WAIT);
261 M_PREPEND(mcopy, sizeof (*eh), M_DONETWAIT);
270 M_PREPEND(m, 3, M_DONETWAIT);
300 M_PREPEND(mcopy, sizeof (*eh), M_DONETWAIT);
347 M_PREPEND(m, sizeof (struct ether_header), M_DONETWAIT);
H A Dether_mod-2.5.c273 M_PREPEND(m, AT_LLC_SIZE, M_WAIT);
311 M_PREPEND(mcopy, sizeof (*eh), M_DONETWAIT);
319 M_PREPEND(m, 3, M_DONETWAIT);
349 M_PREPEND(mcopy, sizeof (*eh), M_DONETWAIT);
395 M_PREPEND(m, sizeof (struct ether_header), M_DONETWAIT);
H A Dether_mod-2.6.c274 M_PREPEND(m, AT_LLC_SIZE, M_WAIT);
312 M_PREPEND(mcopy, sizeof (*eh), M_DONETWAIT);
320 M_PREPEND(m, 3, M_DONETWAIT);
350 M_PREPEND(mcopy, sizeof (*eh), M_DONETWAIT);
396 M_PREPEND(m, sizeof (struct ether_header), M_DONETWAIT);
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/support/bpf-lkm/OpenBSD/
H A Dether_mod.c222 M_PREPEND(m, AT_LLC_SIZE, M_WAIT);
260 M_PREPEND(mcopy, sizeof (*eh), M_DONTWAIT);
269 M_PREPEND(m, 3, M_DONTWAIT);
299 M_PREPEND(mcopy, sizeof (*eh), M_DONTWAIT);
346 M_PREPEND(m, sizeof (struct ether_header), M_DONTWAIT);
/dports/sysutils/modules/modules-4.6.0/compat/
H A DModuleCmd_Init.c324 && !(g_flags & M_PREPEND)) in ModuleCmd_Init()
327 else if (g_flags & M_PREPEND) in ModuleCmd_Init()
350 if ((new_file) && (g_flags & M_PREPEND)) { in ModuleCmd_Init()
372 && !(g_flags & M_PREPEND)) { in ModuleCmd_Init()
H A DcmdModule.c363 g_flags |= (M_PREPEND | M_LOAD); in cmdModule()
365 g_flags &= ~(M_PREPEND | M_LOAD); in cmdModule()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_arcsubr.c266 M_PREPEND(m, ARC_HDRNEWLEN, M_DONTWAIT); in arc_output()
293 M_PREPEND(m, ARC_HDRNEWLEN_EXC, M_DONTWAIT); in arc_output()
303 M_PREPEND(m, ARC_HDRNEWLEN, M_DONTWAIT); in arc_output()
315 M_PREPEND(m, ARC_HDRLEN, M_DONTWAIT); in arc_output()
H A Dif_hippisubr.c148 M_PREPEND(m, sizeof (struct llc), M_DONTWAIT); in hippi_output()
167 M_PREPEND(m, sizeof (struct hippi_header) + 8, M_DONTWAIT); in hippi_output()
H A Dif_fddisubr.c310 M_PREPEND(m, sizeof(struct llc), M_NOWAIT); in fddi_output()
369 M_PREPEND(m, sizeof (struct llc), M_DONTWAIT); in fddi_output()
382 M_PREPEND(m, sizeof (struct fddi_header), M_DONTWAIT); in fddi_output()
H A Dif_tokensubr.c327 M_PREPEND(m, LLC_SNAPFRAMELEN, M_DONTWAIT); in token_output()
344 M_PREPEND(m, (riflen + sizeof (*trh)), M_DONTWAIT); in token_output()
H A Dif_ieee1394subr.c254 M_PREPEND(m0, sizeof(struct ieee1394_unfraghdr), M_DONTWAIT); in ieee1394_fragment()
265 M_PREPEND(m0, sizeof(struct ieee1394_fraghdr), M_DONTWAIT); in ieee1394_fragment()
536 M_PREPEND(m0, sizeof(*iuh), M_DONTWAIT); in ieee1394_reass()
H A Dif_atmsubr.c168 M_PREPEND(m, sz, M_DONTWAIT); in atm_output()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dip_etherip.c128 M_PREPEND(m, sizeof(struct etherip_header), M_DONTWAIT); in ip_etherip_output()
155 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT); in ip_etherip_output()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Dip6_etherip.c134 M_PREPEND(m, sizeof(struct etherip_header), M_DONTWAIT); in ip6_etherip_output()
146 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT); in ip6_etherip_output()
H A Dudp6_output.c333 M_PREPEND(m, hlen + sizeof(struct udphdr), M_DONTWAIT); in udp6_output()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netatalk/
H A Dddp_output.c59 M_PREPEND(m, sizeof(struct ddpehdr), M_DONTWAIT); in ddp_output()
165 M_PREPEND(m, SZ_ELAPHDR, M_DONTWAIT); in ddp_route()
H A Daarp.c200 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT); in aarpwhohas()
468 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT); in at_aarpinput()
609 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT); in aarpprobe()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netnatm/
H A Dnatm.c362 M_PREPEND(m, sizeof(*aph), M_WAITOK); in natm_send()
398 M_PREPEND(m, sizeof(*aph), M_WAITOK); in natm_send()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netipsec/
H A Dxform_ipip.c461 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT); in ipip_output()
551 M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT); in ipip_output()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netbt/
H A Dsco_upper.c297 M_PREPEND(m, sizeof(hci_scodata_hdr_t), M_DONTWAIT); in sco_send_pcb()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h368 #define M_PREPEND(m, plen, how) do { \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h368 #define M_PREPEND(m, plen, how) do { \ macro
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/
H A Duser_mbuf.h368 #define M_PREPEND(m, plen, how) do { \ macro

1234