Home
last modified time | relevance | path

Searched refs:rsk_refcnt (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/net/
Drequest_sock.h52 #define rsk_refcnt __req_common.skc_refcnt macro
104 refcount_set(&req->rsk_refcnt, 0); in reqsk_alloc()
112 WARN_ON_ONCE(refcount_read(&req->rsk_refcnt) != 0); in reqsk_free()
123 if (refcount_dec_and_test(&req->rsk_refcnt)) in reqsk_put()
/Linux-v4.19/net/ipv4/
Dsyncookies.c216 refcount_set(&req->rsk_refcnt, 1); in tcp_get_cookie_sock()
Dtcp_fastopen.c259 refcount_set(&req->rsk_refcnt, 2); in tcp_fastopen_create_child()
Dinet_connection_sock.c764 refcount_set(&req->rsk_refcnt, 2 + 1); in reqsk_queue_hash_req()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1368 refcount_set(&oreq->rsk_refcnt, 1); in add_pass_open_to_parent()