Searched refs:if_label (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/security/mac/ |
| H A D | mac_net.c | 146 ifp->if_label = mac_ifnet_label_alloc(); in mac_ifnet_init() 148 ifp->if_label = NULL; in mac_ifnet_init() 224 if (ifp->if_label != NULL) { in mac_ifnet_destroy() 225 mac_ifnet_label_free(ifp->if_label); in mac_ifnet_destroy() 226 ifp->if_label = NULL; in mac_ifnet_destroy() 311 MAC_POLICY_PERFORM_NOSLEEP(ifnet_create, ifp, ifp->if_label); in mac_ifnet_create() 351 MAC_POLICY_PERFORM_NOSLEEP(ifnet_create_mbuf, ifp, ifp->if_label, m, in mac_ifnet_create_mbuf() 372 ifp->if_label); in mac_bpfdesc_check_receive() 434 mac_ifnet_copy_label(ifp->if_label, intlabel); in mac_ifnet_ioctl_get() 495 ifp->if_label, intlabel); in mac_ifnet_ioctl_set() [all …]
|
| H A D | mac_inet6.c | 186 MAC_POLICY_PERFORM_NOSLEEP(netinet6_nd6_send, ifp, ifp->if_label, m, in mac_netinet6_nd6_send()
|
| H A D | mac_inet.c | 277 MAC_POLICY_PERFORM_NOSLEEP(netinet_arp_send, ifp, ifp->if_label, m, in mac_netinet_arp_send() 322 MAC_POLICY_PERFORM_NOSLEEP(netinet_igmp_send, ifp, ifp->if_label, m, in mac_netinet_igmp_send()
|
| /f-stack/freebsd/net/ |
| H A D | if_debug.c | 86 IF_DB_PRINTF("%p", if_label); in if_show_ifnet()
|
| H A D | if_var.h | 365 struct label *if_label; /* interface MAC label */ member
|