Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/security/mac/
HDmac_inet.c198 label = mac_mbuf_to_label(m); in mac_ipq_reassemble()
212 mlabel = mac_mbuf_to_label(m); in mac_netinet_fragment()
213 fraglabel = mac_mbuf_to_label(frag); 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()
273 mlabel = mac_mbuf_to_label(m); in mac_netinet_arp_send()
289 mrecvlabel = mac_mbuf_to_label(mrecv); in mac_netinet_icmp_reply()
290 msendlabel = mac_mbuf_to_label(msend); in mac_netinet_icmp_reply()
304 label = mac_mbuf_to_label(m); in mac_netinet_icmp_replyinplace()
[all …]
HDmac_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()
HDmac_net.c92 mac_mbuf_to_label(struct mbuf *m) in mac_mbuf_to_label() function
263 src_label = mac_mbuf_to_label(m_from); in mac_mbuf_copy()
264 dest_label = mac_mbuf_to_label(m_to); in mac_mbuf_copy()
327 label = mac_mbuf_to_label(m); in mac_bpfdesc_create_mbuf()
341 label = mac_mbuf_to_label(m); in mac_ifnet_create_mbuf()
386 label = mac_mbuf_to_label(m); in mac_ifnet_check_transmit()
HDmac_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()
HDmac_internal.h237 struct label *mac_mbuf_to_label(struct mbuf *m);