Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Drequest_sock.h48 #define rsk_refcnt __req_common.skc_refcnt macro
103 refcount_set(&req->rsk_refcnt, 0); in reqsk_alloc()
119 WARN_ON_ONCE(refcount_read(&req->rsk_refcnt) != 0); in reqsk_free()
125 if (refcount_dec_and_test(&req->rsk_refcnt)) in reqsk_put()
/Linux-v5.4/net/ipv4/
Dsyncookies.c212 refcount_set(&req->rsk_refcnt, 1); in tcp_get_cookie_sock()
Dtcp_fastopen.c272 refcount_set(&req->rsk_refcnt, 2); in tcp_fastopen_create_child()
Dinet_connection_sock.c762 refcount_set(&req->rsk_refcnt, 2 + 1); in reqsk_queue_hash_req()
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1389 refcount_set(&oreq->rsk_refcnt, 1); in add_pass_open_to_parent()