Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpriv.h410 #define PRIV_NETINET_SETHDROPTS 505 /* Set certain IPv4/6 header options. */ macro
/freebsd/sys/netinet6/
H A Dip6_output.c1591 PRIV_NETINET_SETHDROPTS); in ip6_ctloutput()
1863 PRIV_NETINET_SETHDROPTS); in ip6_ctloutput()
1872 PRIV_NETINET_SETHDROPTS); in ip6_ctloutput()
2882 error = priv_check_cred(cred, PRIV_NETINET_SETHDROPTS); in ip6_setpktopt()
2941 error = priv_check_cred(cred, PRIV_NETINET_SETHDROPTS); in ip6_setpktopt()
2978 error = priv_check_cred(cred, PRIV_NETINET_SETHDROPTS); in ip6_setpktopt()
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c263 case PRIV_NETINET_SETHDROPTS: in mac_grantbylabel_priv_grant()
/freebsd/sys/kern/
H A Dkern_jail.c4672 case PRIV_NETINET_SETHDROPTS: in prison_priv_check()