Home
last modified time | relevance | path

Searched refs:CAP_NET_BIND_SERVICE (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dcapability.h168 #define CAP_NET_BIND_SERVICE 10 macro
/linux-4.1.27/net/ax25/
Dax25_route.c430 if (ax25_uid_policy && !capable(CAP_NET_BIND_SERVICE)) { in ax25_rt_autobind()
/linux-4.1.27/net/netrom/
Daf_netrom.c597 if (!capable(CAP_NET_BIND_SERVICE)) { in nr_bind()
612 if (ax25_uid_policy && !capable(CAP_NET_BIND_SERVICE)) { in nr_bind()
/linux-4.1.27/net/bluetooth/
Dl2cap_sock.c61 if (psm < 0x1001 && !capable(CAP_NET_BIND_SERVICE)) in l2cap_validate_bredr_psm()
74 if (psm <= 0x007f && !capable(CAP_NET_BIND_SERVICE)) in l2cap_validate_le_psm()
/linux-4.1.27/net/ipv6/
Daf_inet6.c282 if (snum && snum < PROT_SOCK && !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in inet6_bind()
/linux-4.1.27/net/atm/
Dcommon.c396 if (vci > 0 && vci < ATM_NOT_RSV_VCI && !capable(CAP_NET_BIND_SERVICE)) in __vcc_connect()
/linux-4.1.27/net/ipv4/
Daf_inet.c474 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in inet_bind()
/linux-4.1.27/net/rose/
Daf_rose.c690 if (ax25_uid_policy && !capable(CAP_NET_BIND_SERVICE)) in rose_bind()
/linux-4.1.27/net/vmw_vsock/
Daf_vsock.c516 !capable(CAP_NET_BIND_SERVICE)) { in __vsock_bind_stream()
Dvmci_transport.c1679 if (port <= LAST_RESERVED_PORT && !capable(CAP_NET_BIND_SERVICE)) in vmci_transport_dgram_bind()
/linux-4.1.27/net/sctp/
Dsocket.c364 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in sctp_do_bind()
1154 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) { in __sctp_connect()
1815 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) { in sctp_sendmsg()
/linux-4.1.27/net/decnet/
Daf_decnet.c748 if (!capable(CAP_NET_BIND_SERVICE) && (saddr->sdn_objnum || in dn_bind()
/linux-4.1.27/drivers/infiniband/core/
Dcma.c2416 if (snum < PROT_SOCK && !capable(CAP_NET_BIND_SERVICE)) in cma_use_port()