Lines Matching refs:mbuf

101 struct mbuf;
210 int mac_ifnet_check_transmit(struct ifnet *ifp, struct mbuf *mbuf,
220 int mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *mbuf,
231 void mac_ipq_label_associate(struct mbuf *fragment, struct ipq *ipq);
232 int mac_ipq_label_compare(struct mbuf *fragment, struct ipq *ipq);
235 void mac_ipq_label_update(struct mbuf *fragment, struct ipq *ipq);
243 void mac_mbuf_label_associate_bpfdesc(struct bpf_d *bpf_d, struct mbuf *m);
244 void mac_mbuf_label_associate_ifnet(struct ifnet *ifp, struct mbuf *m);
245 void mac_mbuf_label_associate_inpcb(struct inpcb *inp, struct mbuf *m);
246 void mac_mbuf_label_associate_ipq(struct ipq *ipq, struct mbuf *mbuf);
247 void mac_mbuf_label_associate_linklayer(struct ifnet *ifp, struct mbuf *m);
248 void mac_mbuf_label_associate_multicast_encap(struct mbuf *oldmbuf,
249 struct ifnet *ifp, struct mbuf *newmbuf);
250 void mac_mbuf_label_associate_netlayer(struct mbuf *oldmbuf,
251 struct mbuf *newmbuf);
252 void mac_mbuf_label_associate_socket(struct socket *so, struct mbuf *m);
253 void mac_mbuf_label_copy(struct mbuf *m_from, struct mbuf *m_to);
254 void mac_mbuf_label_destroy(struct mbuf *m);
255 int mac_mbuf_label_init(struct mbuf *m, int flag);
278 void mac_netinet_fragment(struct mbuf *datagram, struct mbuf *fragment);
279 void mac_netinet_icmp_reply(struct mbuf *m);
280 void mac_netinet_tcp_reply(struct mbuf *m);
365 int mac_socket_check_deliver(struct socket *so, struct mbuf *m);
389 void mac_socketpeer_label_associate_mbuf(struct mbuf *m, struct socket *so);