Home
last modified time | relevance | path

Searched refs:hn_requests (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/handshake/
H A Dnetlink.c191 INIT_LIST_HEAD(&hn->hn_requests); in handshake_net_init()
208 list_splice_init(&requests, &hn->hn_requests); in handshake_net_exit()
H A Drequest.c150 list_add_tail(&req->hr_list, &hn->hn_requests); in __add_pending_locked()
187 list_for_each_entry(pos, &hn->hn_requests, hr_list) { in handshake_req_next()
H A Dhandshake.h18 struct list_head hn_requests; member