Home
last modified time | relevance | path

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

/openbmc/linux/net/handshake/
H A Dhandshake.h17 int hn_pending_max; member
H A Dnetlink.c186 hn->hn_pending_max = clamp(tmp, 3UL, 50UL); in handshake_net_init()
H A Drequest.c250 if (READ_ONCE(hn->hn_pending) >= hn->hn_pending_max) in handshake_req_submit()
H A Dhandshake-test.c267 hn->hn_pending = hn->hn_pending_max + 1; in handshake_req_submit_test5()