Home
last modified time | relevance | path

Searched refs:if_setmaclabel (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_net.c144 if_setmaclabel(ifp, mac_ifnet_label_alloc()); in mac_ifnet_init()
146 if_setmaclabel(ifp, NULL); in mac_ifnet_init()
224 if_setmaclabel(ifp, NULL); in mac_ifnet_destroy()
/freebsd/sys/net/
H A Dif_var.h656 void if_setmaclabel(if_t ifp, struct label *label);
H A Dif.c5049 if_setmaclabel(if_t ifp, struct label *label) in if_setmaclabel() function