Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpriv.h318 #define PRIV_NET_GRE 391 /* Administer GRE. */ macro
/f-stack/freebsd/net/
H A Dif_gre.c292 if ((error = priv_check(curthread, PRIV_NET_GRE)) != 0) in gre_ioctl()
302 if ((error = priv_check(curthread, PRIV_NET_GRE)) != 0) in gre_ioctl()
H A Dif_me.c325 if ((error = priv_check(curthread, PRIV_NET_GRE)) != 0) in me_ioctl()
/f-stack/freebsd/kern/
H A Dkern_jail.c3309 case PRIV_NET_GRE: in prison_priv_check()