Lines Matching refs:mbuf

103 struct mbuf;
215 int mac_ifnet_check_transmit(struct ifnet *ifp, struct mbuf *mbuf,
225 int mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *mbuf,
236 void mac_ipq_label_associate(struct mbuf *fragment, struct ipq *ipq);
237 int mac_ipq_label_compare(struct mbuf *fragment, struct ipq *ipq);
240 void mac_ipq_label_update(struct mbuf *fragment, struct ipq *ipq);
248 void mac_mbuf_label_associate_bpfdesc(struct bpf_d *bpf_d, struct mbuf *m);
249 void mac_mbuf_label_associate_ifnet(struct ifnet *ifp, struct mbuf *m);
250 void mac_mbuf_label_associate_inpcb(struct inpcb *inp, struct mbuf *m);
251 void mac_mbuf_label_associate_ipq(struct ipq *ipq, struct mbuf *mbuf);
252 void mac_mbuf_label_associate_linklayer(struct ifnet *ifp, struct mbuf *m);
253 void mac_mbuf_label_associate_multicast_encap(struct mbuf *oldmbuf,
254 struct ifnet *ifp, struct mbuf *newmbuf);
255 void mac_mbuf_label_associate_netlayer(struct mbuf *oldmbuf,
256 struct mbuf *newmbuf);
257 void mac_mbuf_label_associate_socket(struct socket *so, struct mbuf *m);
258 void mac_mbuf_label_copy(struct mbuf *m_from, struct mbuf *m_to);
259 void mac_mbuf_label_destroy(struct mbuf *m);
260 int mac_mbuf_label_init(struct mbuf *m, int flag);
283 void mac_netinet_fragment(struct mbuf *datagram, struct mbuf *fragment);
284 void mac_netinet_icmp_reply(struct mbuf *m);
285 void mac_netinet_tcp_reply(struct mbuf *m);
372 int mac_socket_check_deliver(struct socket *so, struct mbuf *m);
396 void mac_socketpeer_label_associate_mbuf(struct mbuf *m, struct socket *so);