Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dpriv.h346 #define PRIV_NET_SETIFFIB 419 /* Set interface fib. */ macro
/freebsd-14.2/sys/net/
H A Dif_ipsec.c751 if ((error = priv_check(curthread, PRIV_NET_SETIFFIB)) != 0) in ipsec_ioctl()
H A Dif.c2592 error = priv_check(td, PRIV_NET_SETIFFIB); in ifhwioctl()
/freebsd-14.2/sys/dev/wg/
H A Dif_wg.c2779 ret = priv_check(curthread, PRIV_NET_SETIFFIB); in wg_ioctl()
/freebsd-14.2/sys/kern/
H A Dkern_jail.c3831 case PRIV_NET_SETIFFIB: in prison_priv_check()