Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpriv.h346 #define PRIV_NET_SETIFFIB 419 /* Set interface fib. */ macro
/f-stack/freebsd/net/
H A Dif_ipsec.c748 if ((error = priv_check(curthread, PRIV_NET_SETIFFIB)) != 0) in ipsec_ioctl()
H A Dif.c2580 error = priv_check(td, PRIV_NET_SETIFFIB); in ifhwioctl()
/f-stack/freebsd/kern/
H A Dkern_jail.c3336 case PRIV_NET_SETIFFIB: in prison_priv_check()