Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 6 of 6) sorted by relevance

/net/ceph/
A Dstring_table.c17 exist = NULL; in ceph_find_or_create_string()
29 exist = NULL; in ceph_find_or_create_string()
31 if (exist && !kref_get_unless_zero(&exist->kref)) { in ceph_find_or_create_string()
34 exist = NULL; in ceph_find_or_create_string()
37 if (exist) in ceph_find_or_create_string()
38 return exist; in ceph_find_or_create_string()
50 exist = NULL; in ceph_find_or_create_string()
64 exist = NULL; in ceph_find_or_create_string()
67 if (!exist) { in ceph_find_or_create_string()
79 if (exist) { in ceph_find_or_create_string()
[all …]
/net/sctp/
A Dbind_addr.c340 bool exist = false; in sctp_bind_addrs_check() local
348 exist = true; in sctp_bind_addrs_check()
359 return (cnt == cnt2) ? 0 : (exist ? -EEXIST : 1); in sctp_bind_addrs_check()
/net/dcb/
A DKconfig14 latency) to co-exist on Ethernet.
/net/ipv4/
A Dudp.c291 int exist; in udp_lib_get_port() local
301 exist = udp_lib_lport_inuse2(net, snum, hslot2, sk); in udp_lib_get_port()
302 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()
304 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port()
307 if (exist) in udp_lib_get_port()
/net/
A DKconfig210 Various modules exist for netfilter which replace the previous
/net/netfilter/
A DKconfig334 Specifically these limitations exist:

Completed in 20 milliseconds