Searched refs:if_getmaclabel (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/security/mac/ |
H A D | mac_net.c | 221 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 D | mac_inet.c | 286 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 D | mac_inet6.c | 195 MAC_POLICY_PERFORM_NOSLEEP(netinet6_nd6_send, ifp, if_getmaclabel(ifp), m, in mac_netinet6_nd6_send()
|
/freebsd/sys/net/ |
H A D | if_var.h | 655 struct label *if_getmaclabel(if_t ifp);
|
H A D | if.c | 5043 if_getmaclabel(if_t ifp) in if_getmaclabel() function
|