Searched refs:sock_node (Results 1 – 7 of 7) sorted by relevance
/net/rxrpc/ |
D | ar-call.c | 238 memset(&call->sock_node, 0xed, sizeof(call->sock_node)); in rxrpc_alloc_call() 335 call = rb_entry(p, struct rxrpc_call, sock_node); in rxrpc_get_client_call() 367 call = rb_entry(parent, struct rxrpc_call, sock_node); in rxrpc_get_client_call() 382 rb_link_node(&call->sock_node, parent, pp); in rxrpc_get_client_call() 383 rb_insert_color(&call->sock_node, &rx->calls); in rxrpc_get_client_call() 588 call = rb_entry(p, struct rxrpc_call, sock_node); in rxrpc_find_server_call() 641 rb_erase(&call->sock_node, &rx->calls); in rxrpc_release_call() 642 memset(&call->sock_node, 0xdd, sizeof(call->sock_node)); in rxrpc_release_call() 791 call = rb_entry(p, struct rxrpc_call, sock_node); in rxrpc_release_calls_on_socket() 836 memset(&call->sock_node, 0xcd, sizeof(call->sock_node)); in rxrpc_cleanup_call()
|
D | ar-accept.c | 342 call = rb_entry(parent, struct rxrpc_call, sock_node); in rxrpc_accept_call() 378 rb_link_node(&call->sock_node, parent, pp); in rxrpc_accept_call() 379 rb_insert_color(&call->sock_node, &rx->calls); in rxrpc_accept_call()
|
D | ar-recvmsg.c | 29 rb_erase(&call->sock_node, &call->socket->calls); in rxrpc_remove_user_ID()
|
D | ar-internal.h | 311 struct rb_node sock_node; /* node in socket call tree */ member
|
/net/netfilter/ |
D | xt_qtaguid.c | 276 sock_node); in sock_tag_tree_search() 294 sock_node); in sock_tag_tree_insert() 305 rb_link_node(&data->sock_node, parent, new); in sock_tag_tree_insert() 306 rb_insert_color(&data->sock_node, root); in sock_tag_tree_insert() 316 st_entry = rb_entry(node, struct sock_tag, sock_node); in sock_tag_tree_erase() 323 rb_erase(&st_entry->sock_node, st_to_free_tree); in sock_tag_tree_erase() 1840 node = rb_next(&sock_tag_entry->sock_node); in qtaguid_ctrl_proc_next() 1845 sock_tag_entry = rb_entry(node, struct sock_tag, sock_node); in qtaguid_ctrl_proc_next() 1870 sock_tag_entry = rb_entry(node, struct sock_tag, sock_node); in qtaguid_ctrl_proc_start() 2011 st_entry = rb_entry(node, struct sock_tag, sock_node); in ctrl_cmd_delete() [all …]
|
D | xt_qtaguid_internal.h | 257 struct rb_node sock_node; member
|
D | xt_qtaguid_print.c | 313 sock_tag_entry = rb_entry(node, struct sock_tag, sock_node); in prdebug_sock_tag_tree()
|