Searched refs:xcall (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/rxrpc/
H A Dcall_accept.c41 struct rxrpc_call *call, *xcall; local
115 xcall = rb_entry(parent, struct rxrpc_call, sock_node);
116 if (user_call_ID < xcall->user_call_ID)
118 else if (user_call_ID > xcall->user_call_ID)
H A Dcall_object.c334 struct rxrpc_call *call, *xcall; variable in typeref:struct:
373 xcall = rb_entry(parent, struct rxrpc_call, sock_node);
375 if (p->user_call_ID < xcall->user_call_ID)
377 else if (p->user_call_ID > xcall->user_call_ID)

Completed in 122 milliseconds