Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dinet6_connection_sock.h37 void inet6_csk_reqsk_queue_hash_add(struct sock *sk, struct request_sock *req,
/linux-4.1.27/net/ipv6/
Dinet6_connection_sock.c149 void inet6_csk_reqsk_queue_hash_add(struct sock *sk, in inet6_csk_reqsk_queue_hash_add() function
162 EXPORT_SYMBOL_GPL(inet6_csk_reqsk_queue_hash_add);
Dtcp_ipv6.c730 .queue_hash_add = inet6_csk_reqsk_queue_hash_add,
/linux-4.1.27/net/dccp/
Dipv6.c406 inet6_csk_reqsk_queue_hash_add(sk, req, DCCP_TIMEOUT_INIT); in dccp_v6_conn_request()