Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 11 of 11) sorted by relevance

/net/llc/
A Dllc_if.c89 struct sock *existing; in llc_establish_connection() local
95 existing = llc_lookup_established(llc->sap, &daddr, &laddr, sock_net(sk)); in llc_establish_connection()
96 if (existing) { in llc_establish_connection()
97 if (existing->sk_state == TCP_ESTABLISHED) { in llc_establish_connection()
98 sk = existing; in llc_establish_connection()
101 sock_put(existing); in llc_establish_connection()
/net/ipv4/
A Dtcp_cong.c147 struct tcp_congestion_ops *existing; in tcp_update_congestion_control() local
153 existing = tcp_ca_find_key(old_ca->key); in tcp_update_congestion_control()
154 if (ca->key == TCP_CA_UNSPEC || !existing || strcmp(existing->name, ca->name)) { in tcp_update_congestion_control()
158 } else if (existing != old_ca) { in tcp_update_congestion_control()
166 list_del_rcu(&existing->list); in tcp_update_congestion_control()
A DKconfig201 encapsulating of IPv4 or IPv6 over existing IPv4 infrastructure.
/net/9p/
A Dtrans_usbg.c861 struct f_usb9pfs_dev *existing; in usb9pfs_tag_instance() local
866 existing = _usb9pfs_do_find_dev(tag); in usb9pfs_tag_instance()
867 if (!existing) in usb9pfs_tag_instance()
869 else if (existing != dev) in usb9pfs_tag_instance()
/net/mctp/
A Daf_mctp.c711 struct sock *existing; in mctp_sk_hash() local
728 sk_for_each(existing, &net->mctp.binds[hash]) { in mctp_sk_hash()
730 container_of(existing, struct mctp_sock, sk); in mctp_sk_hash()
/net/atm/
A DKconfig45 LAN Emulation emulates services of existing LANs across an ATM
/net/sched/
A Dsch_qfq.c412 bool existing = false; in qfq_change_class() local
474 existing = true; in qfq_change_class()
520 if (existing) in qfq_change_class()
A DKconfig720 bandwidth limiting. This action replaces the existing policing
/net/ipv6/
A DKconfig224 encapsulating of IPv4 or IPv6 over existing IPv6 infrastructure.
/net/ipv4/netfilter/
A DKconfig286 existing ECN blackholes on the internet, but don't want to disable
/net/netfilter/
A DKconfig70 This obsoletes the existing ipt_ULOG and ebg_ulog mechanisms,
472 replace the existing {ip,ip6,arp,eb}_tables infrastructure. It
607 This is required if you intend to use any of existing

Completed in 26 milliseconds