Searched refs:mbuf (Results 201 - 225 of 244) sorted by relevance

12345678910

/xnu-2422.115.4/bsd/net/altq/
H A Daltq_subr.c62 #include <sys/mbuf.h>
/xnu-2422.115.4/bsd/net/
H A Dbpf.h1285 struct mbuf;
1321 used to send a raw packet on the interface. The mbuf and data
1323 releasing the mbuf whether or not it returns an error.
H A Dpf_ruleset.c74 #include <sys/mbuf.h>
H A Dif_ipsec.c40 #include <sys/mbuf.h>
613 /* Find policy using ID in mbuf */
702 struct mbuf *mprev = data;
H A Dif_utun_crypto_ipsec.c36 #include <sys/mbuf.h>
733 // split the mbuf chain to put the ip header and payloads in separate mbufs
796 // split the mbuf chain to put the ip header and payloads in separate mbufs
821 // split the mbuf chain to put the ip header and payloads in separate mbufs
885 // split the mbuf chain to put the ip header and payloads in separate mbufs
1003 struct mbuf *n;
1062 // place protocol number at the beginning of the mbuf
H A Dpf_ioctl.c70 #include <sys/mbuf.h>
281 static int pf_inet_hook(struct ifnet *, struct mbuf **, int,
285 static int pf_inet6_hook(struct ifnet *, struct mbuf **, int,
4792 pf_af_hook(struct ifnet *ifp, struct mbuf **mppn, struct mbuf **mp,
4796 struct mbuf *nextpkt;
4831 struct mbuf *m = *mp;
4858 pf_inet_hook(struct ifnet *ifp, struct mbuf **mp, int input,
4861 struct mbuf *m = *mp;
4913 pf_inet6_hook(struct ifnet *ifp, struct mbuf **m
[all...]
H A Dif_utun_crypto.c35 #include <sys/mbuf.h>
H A Dpf_if.c66 #include <sys/mbuf.h>
/xnu-2422.115.4/bsd/netinet/
H A Din_proto.c70 #include <sys/mbuf.h>
H A Dtcp_usrreq.c69 #include <sys/mbuf.h>
831 * pru_*() routines, the mbuf chains are our responsibility. We
860 tcp_usr_send(struct socket *so, int flags, struct mbuf *m,
861 struct sockaddr *nam, struct mbuf *control, struct proc *p)
1052 tcp_usr_rcvoob(struct socket *so, struct mbuf *m, int flags)
1126 * by struct sockaddr_in in mbuf *nam. Call in_pcbbind to assign a local
2357 tcp_get_msg_priority(struct mbuf *control, uint32_t *msgpri)
H A Dtcp_subr.c76 #include <sys/mbuf.h>
536 * Allocates an mbuf and fills in a skeletal tcp/ip header. The only
543 struct mbuf *m;
563 * and discard the mbuf containing it and any other attached mbufs.
568 * NOTE: If m != NULL, then ti must point to *inside* the mbuf.
575 register struct mbuf *m,
1857 struct mbuf *m;
2355 struct mbuf *m;
H A Dip_fw2.c73 #include <sys/mbuf.h>
124 * XXX This one should go in sys/mbuf.h. It is used to avoid that
1138 struct mbuf *m, struct ifnet *oif)
1814 static struct mbuf *
1817 struct mbuf *m;
1891 * sends a reject message, consuming the mbuf passed as an argument.
1910 struct mbuf *m;
1976 * The incoming interface is in the mbuf. (in)
2015 * m | args->fwa_m Pointer to the mbuf, as received from the caller.
2024 struct mbuf *
[all...]
H A Din_arp.c71 #include <sys/mbuf.h>
125 struct mbuf *la_hold; /* last packet until resolved/timeout */
1639 struct mbuf *m0 = llinfo->la_hold;
H A Din_rmx.c76 #include <sys/mbuf.h>
H A Dtcp_sack.c69 #include <sys/mbuf.h>
H A Dtcp_timer.c68 #include <sys/mbuf.h>
970 &t_template->tt_t, (struct mbuf *)NULL,
/xnu-2422.115.4/security/
H A Dmac_internal.h296 struct label *mac_mbuf_to_label(struct mbuf *m);
/xnu-2422.115.4/bsd/kern/
H A Dkern_shutdown.c47 #include <sys/mbuf.h>
H A Dbsd_init.c134 #include <sys/mbuf.h> /* for mbinit() */
699 /* Initialize mbuf's. */
702 net_str_id_init(); /* for mbuf tags */
H A Dnetboot.c41 #include <sys/mbuf.h>
H A Dkpi_socketfilter.c1493 if (sbappendrecord(&so->so_rcv, (struct mbuf *)data))
/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c96 #include <sys/mbuf.h>
1263 init_sin6(struct sockaddr_in6 *sin6, struct mbuf *m)
H A Din6_rmx.c109 #include <sys/mbuf.h>
H A Dnd6_prproxy.c85 #include <sys/mbuf.h>
516 * to a proxied node; if so, mark the mbuf with PKTFF_PROXY_DST so that
520 nd6_prproxy_isours(struct mbuf *m, struct ip6_hdr *ip6, struct route_in6 *ro6,
H A Dnd6.c69 #include <sys/mbuf.h>
921 struct mbuf *m = ln->ln_hold;
3026 struct mbuf *m = ln->ln_hold;
3183 nd6_output(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m0,
3186 struct mbuf *m = m0;
3531 * response yet. Replace the held mbuf (if any) with this
3713 nd6_storelladdr(struct ifnet *ifp, struct rtentry *rt, struct mbuf *m,
3739 return (0); /* caller will free mbuf */
3745 return (0); /* caller will free mbuf */
3751 return (0); /* caller will free mbuf */
[all...]

Completed in 194 milliseconds

12345678910