Home
last modified time | relevance | path

Searched refs:PRIV_NET_SETIFFIB (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dpriv.h348 #define PRIV_NET_SETIFFIB 419 /* Set interface fib. */ macro
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c261 case PRIV_NET_SETIFFIB: in mac_grantbylabel_priv_grant()
/freebsd/sys/net/
H A Dif_ipsec.c753 if ((error = priv_check(curthread, PRIV_NET_SETIFFIB)) != 0) in ipsec_ioctl()
H A Dif.c2587 error = priv_check(td, PRIV_NET_SETIFFIB); in ifhwioctl()
/freebsd/sys/dev/wg/
H A Dif_wg.c2779 ret = priv_check(curthread, PRIV_NET_SETIFFIB); in wg_ioctl()
/freebsd/sys/kern/
H A Dkern_jail.c3891 case PRIV_NET_SETIFFIB: in prison_priv_check()