Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Drequest_sock.h55 #define rsk_refcnt __req_common.skc_refcnt macro
110 refcount_set(&req->rsk_refcnt, 0); in reqsk_alloc()
126 WARN_ON_ONCE(refcount_read(&req->rsk_refcnt) != 0); in reqsk_free()
132 if (refcount_dec_and_test(&req->rsk_refcnt)) in reqsk_put()
/Linux-v5.10/net/ipv4/
Dsyncookies.c212 refcount_set(&req->rsk_refcnt, 1); in tcp_get_cookie_sock()
Dtcp_fastopen.c295 refcount_set(&req->rsk_refcnt, 2); in tcp_fastopen_create_child()
Dinet_connection_sock.c795 refcount_set(&req->rsk_refcnt, 2 + 1); in reqsk_queue_hash_req()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1546 refcount_set(&oreq->rsk_refcnt, 1); in add_pass_open_to_parent()