Home
last modified time | relevance | path

Searched refs:mac_mbuf_to_label (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_inet.c207 label = mac_mbuf_to_label(m); in mac_ipq_reassemble()
221 mlabel = mac_mbuf_to_label(m); in mac_netinet_fragment()
222 fraglabel = mac_mbuf_to_label(frag); in mac_netinet_fragment()
236 label = mac_mbuf_to_label(m); in mac_ipq_create()
251 mlabel = mac_mbuf_to_label(m); in mac_inpcb_create_mbuf()
266 label = mac_mbuf_to_label(m); in mac_ipq_match()
283 mlabel = mac_mbuf_to_label(m); in mac_netinet_arp_send()
299 mrecvlabel = mac_mbuf_to_label(mrecv); in mac_netinet_icmp_reply()
300 msendlabel = mac_mbuf_to_label(msend); in mac_netinet_icmp_reply()
314 label = mac_mbuf_to_label(m); in mac_netinet_icmp_replyinplace()
[all …]
H A Dmac_inet6.c122 label = mac_mbuf_to_label(m); in mac_ip6q_reassemble()
136 label = mac_mbuf_to_label(m); in mac_ip6q_create()
151 label = mac_mbuf_to_label(m); in mac_ip6q_match()
168 label = mac_mbuf_to_label(m); in mac_ip6q_update()
193 mlabel = mac_mbuf_to_label(m); in mac_netinet6_nd6_send()
H A Dmac_net.c95 mac_mbuf_to_label(struct mbuf *m) in mac_mbuf_to_label() function
266 src_label = mac_mbuf_to_label(m_from); in mac_mbuf_copy()
267 dest_label = mac_mbuf_to_label(m_to); in mac_mbuf_copy()
331 label = mac_mbuf_to_label(m); in mac_bpfdesc_create_mbuf()
343 label = mac_mbuf_to_label(m); in mac_ifnet_create_mbuf_impl()
385 label = mac_mbuf_to_label(m); in mac_ifnet_check_transmit_impl()
H A Dmac_socket.c269 label = mac_mbuf_to_label(m); in mac_socketpeer_set_from_mbuf()
294 label = mac_mbuf_to_label(m); in mac_socket_create_mbuf()
375 label = mac_mbuf_to_label(m); in mac_socket_check_deliver()
H A Dmac_internal.h248 struct label *mac_mbuf_to_label(struct mbuf *m);