Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_net.c221 struct label *label = if_getmaclabel(ifp); in mac_ifnet_destroy()
309 MAC_POLICY_PERFORM_NOSLEEP(ifnet_create, ifp, if_getmaclabel(ifp)); in mac_ifnet_create()
346 MAC_POLICY_PERFORM_NOSLEEP(ifnet_create_mbuf, ifp, if_getmaclabel(ifp), m, in mac_ifnet_create_mbuf_impl()
367 if_getmaclabel(ifp)); in mac_bpfdesc_check_receive()
388 MAC_POLICY_CHECK_NOSLEEP(ifnet_check_transmit, ifp, if_getmaclabel(ifp), m, in mac_ifnet_check_transmit_impl()
426 mac_ifnet_copy_label(if_getmaclabel(ifp), intlabel); in mac_ifnet_ioctl_get()
487 if_getmaclabel(ifp), intlabel); in mac_ifnet_ioctl_set()
494 MAC_POLICY_PERFORM_NOSLEEP(ifnet_relabel, cred, ifp, if_getmaclabel(ifp), in mac_ifnet_ioctl_set()
H A Dmac_inet.c286 MAC_POLICY_PERFORM_NOSLEEP(netinet_arp_send, ifp, if_getmaclabel(ifp), in mac_netinet_arp_send()
331 MAC_POLICY_PERFORM_NOSLEEP(netinet_igmp_send, ifp, if_getmaclabel(ifp), in mac_netinet_igmp_send()
H A Dmac_inet6.c195 MAC_POLICY_PERFORM_NOSLEEP(netinet6_nd6_send, ifp, if_getmaclabel(ifp), m, in mac_netinet6_nd6_send()
/freebsd/sys/net/
H A Dif_var.h655 struct label *if_getmaclabel(if_t ifp);
H A Dif.c5043 if_getmaclabel(if_t ifp) in if_getmaclabel() function