Searched refs:exist (Results 1 – 6 of 6) sorted by relevance
/net/ceph/ |
D | string_table.c | 13 struct ceph_string *cs, *exist; in ceph_find_or_create_string() local 17 exist = NULL; in ceph_find_or_create_string() 21 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string() 22 ret = ceph_compare_string(exist, str, len); 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() 32 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string() 33 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string() 34 exist = NULL; in ceph_find_or_create_string() 37 if (exist) in ceph_find_or_create_string() [all …]
|
/net/sctp/ |
D | bind_addr.c | 331 bool exist = false; in sctp_bind_addrs_check() local 339 exist = true; in sctp_bind_addrs_check() 350 return (cnt == cnt2) ? 0 : (exist ? -EEXIST : 1); in sctp_bind_addrs_check()
|
/net/dcb/ |
D | Kconfig | 14 latency) to co-exist on Ethernet.
|
/net/ipv4/ |
D | udp.c | 278 int exist; in udp_lib_get_port() local 288 exist = udp_lib_lport_inuse2(net, snum, hslot2, sk); in udp_lib_get_port() 289 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port() 291 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port() 294 if (exist) in udp_lib_get_port()
|
/net/ |
D | Kconfig | 164 Various modules exist for netfilter which replace the previous
|
/net/netfilter/ |
D | Kconfig | 313 Specifically these limitations exist:
|