Home
last modified time | relevance | path

Searched refs:token_node (Results 1 – 2 of 2) sorted by relevance

/linux/net/mptcp/
H A Dtoken.c60 hlist_nulls_for_each_entry_rcu(req, pos, &t->req_chain, token_node) in __token_lookup_req()
129 hlist_nulls_add_head_rcu(&subflow_req->token_node, &bucket->req_chain); in mptcp_token_new_request()
205 hlist_nulls_del_init_rcu(&req->token_node); in mptcp_token_accept()
356 if (hlist_nulls_unhashed(&subflow_req->token_node)) in mptcp_token_destroy_request()
363 hlist_nulls_del_init_rcu(&pos->token_node); in mptcp_token_destroy_request()
H A Dprotocol.h470 struct hlist_nulls_node token_node; member
963 mptcp_subflow_rsk(req)->token_node.pprev = NULL; in mptcp_token_init_request()