Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDpriv.h314 #define PRIV_NET_GRE 391 /* Administer GRE. */ macro
/NextBSD/sys/net/
HDif_gre.c451 if ((error = priv_check(curthread, PRIV_NET_GRE)) != 0) in gre_ioctl()
459 if ((error = priv_check(curthread, PRIV_NET_GRE)) != 0) in gre_ioctl()
475 if ((error = priv_check(curthread, PRIV_NET_GRE)) != 0) in gre_ioctl()
HDif_me.c307 if ((error = priv_check(curthread, PRIV_NET_GRE)) != 0) in me_ioctl()
/NextBSD/sys/kern/
HDkern_jail.c3730 case PRIV_NET_GRE: in prison_priv_check()