Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_inet.c198 label = mac_mbuf_to_label(m); in mac_ipq_reassemble()
212 mlabel = mac_mbuf_to_label(m); in mac_netinet_fragment()
227 label = mac_mbuf_to_label(m); in mac_ipq_create()
242 mlabel = mac_mbuf_to_label(m); in mac_inpcb_create_mbuf()
257 label = mac_mbuf_to_label(m); in mac_ipq_match()
274 mlabel = mac_mbuf_to_label(m); in mac_netinet_arp_send()
305 label = mac_mbuf_to_label(m); in mac_netinet_icmp_replyinplace()
335 label = mac_mbuf_to_label(m); in mac_netinet_tcp_reply()
348 label = mac_mbuf_to_label(m); in mac_ipq_update()
367 label = mac_mbuf_to_label(m); in mac_inpcb_check_deliver()
[all …]
H A Dmac_inet6.c124 label = mac_mbuf_to_label(m); in mac_ip6q_reassemble()
138 label = mac_mbuf_to_label(m); in mac_ip6q_create()
153 label = mac_mbuf_to_label(m); in mac_ip6q_match()
170 label = mac_mbuf_to_label(m); in mac_ip6q_update()
184 mlabel = mac_mbuf_to_label(m); in mac_netinet6_nd6_send()
H A Dmac_net.c97 mac_mbuf_to_label(struct mbuf *m) in mac_mbuf_to_label() function
268 src_label = mac_mbuf_to_label(m_from); in mac_mbuf_copy()
269 dest_label = mac_mbuf_to_label(m_to); in mac_mbuf_copy()
333 label = mac_mbuf_to_label(m); in mac_bpfdesc_create_mbuf()
348 label = mac_mbuf_to_label(m); in mac_ifnet_create_mbuf()
393 label = mac_mbuf_to_label(m); in mac_ifnet_check_transmit()
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.h256 struct label *mac_mbuf_to_label(struct mbuf *m);