Home
last modified time | relevance | path

Searched defs:call (Results 1 – 21 of 21) sorted by relevance

/net/rxrpc/
Dcall_object.c70 struct rxrpc_call *call = (struct rxrpc_call *)_call; in rxrpc_call_timer_expired() local
85 struct rxrpc_call *call; in rxrpc_find_call_by_user_ID() local
120 struct rxrpc_call *call; in rxrpc_alloc_call() local
179 struct rxrpc_call *call; in rxrpc_alloc_client_call() local
201 static void rxrpc_start_call_timer(struct rxrpc_call *call) in rxrpc_start_call_timer()
224 struct rxrpc_call *call, *xcall; in rxrpc_new_client_call() local
318 struct rxrpc_call *call, in rxrpc_incoming_call()
360 bool rxrpc_queue_call(struct rxrpc_call *call) in rxrpc_queue_call()
376 bool __rxrpc_queue_call(struct rxrpc_call *call) in __rxrpc_queue_call()
391 void rxrpc_see_call(struct rxrpc_call *call) in rxrpc_see_call()
[all …]
Dinput.c31 struct rxrpc_call *call, rxrpc_seq_t seq) in rxrpc_proto_abort()
42 static void rxrpc_congestion_management(struct rxrpc_call *call, in rxrpc_congestion_management()
203 static void rxrpc_send_ping(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_send_ping()
219 static void rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
273 static bool rxrpc_end_tx_phase(struct rxrpc_call *call, bool reply_begun, in rxrpc_end_tx_phase()
320 static bool rxrpc_receiving_reply(struct rxrpc_call *call) in rxrpc_receiving_reply()
399 static void rxrpc_input_dup_data(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_input_dup_data()
419 static void rxrpc_input_data(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_input_data()
588 static void rxrpc_input_requested_ack(struct rxrpc_call *call, in rxrpc_input_requested_ack()
620 static void rxrpc_input_ping_response(struct rxrpc_call *call, in rxrpc_input_ping_response()
[all …]
Dcall_event.c27 void __rxrpc_set_timer(struct rxrpc_call *call, enum rxrpc_timer_trace why, in __rxrpc_set_timer()
90 void rxrpc_set_timer(struct rxrpc_call *call, enum rxrpc_timer_trace why, in rxrpc_set_timer()
101 static void rxrpc_propose_ping(struct rxrpc_call *call, in rxrpc_propose_ping()
122 static void __rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in __rxrpc_propose_ACK()
209 void rxrpc_propose_ACK(struct rxrpc_call *call, u8 ack_reason, in rxrpc_propose_ACK()
222 static void rxrpc_congestion_timeout(struct rxrpc_call *call) in rxrpc_congestion_timeout()
230 static void rxrpc_resend(struct rxrpc_call *call, ktime_t now) in rxrpc_resend()
365 struct rxrpc_call *call = in rxrpc_process_call() local
Drecvmsg.c25 void rxrpc_notify_socket(struct rxrpc_call *call) in rxrpc_notify_socket()
64 static int rxrpc_recvmsg_term(struct rxrpc_call *call, struct msghdr *msg) in rxrpc_recvmsg_term()
110 struct rxrpc_call *call, in rxrpc_recvmsg_new_call()
136 static void rxrpc_end_rx_phase(struct rxrpc_call *call, rxrpc_serial_t serial) in rxrpc_end_rx_phase()
174 static void rxrpc_rotate_rx_window(struct rxrpc_call *call) in rxrpc_rotate_rx_window()
229 static int rxrpc_verify_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_verify_packet()
264 static int rxrpc_locate_data(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_locate_data()
300 static int rxrpc_recvmsg_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_recvmsg_data()
418 struct rxrpc_call *call; in rxrpc_recvmsg() local
589 int rxrpc_kernel_recv_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_recv_data()
Dsendmsg.c34 struct rxrpc_call *call, in rxrpc_wait_for_tx_window()
76 static inline void rxrpc_instant_resend(struct rxrpc_call *call, int ix) in rxrpc_instant_resend()
93 static void rxrpc_queue_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_queue_packet()
177 struct rxrpc_call *call, in rxrpc_send_data()
446 struct rxrpc_call *call; in rxrpc_new_client_call_for_sendmsg() local
480 struct rxrpc_call *call; in rxrpc_do_sendmsg() local
555 int rxrpc_kernel_send_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_send_data()
596 void rxrpc_kernel_abort_call(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_abort_call()
Dcall_accept.c40 struct rxrpc_call *call; in rxrpc_service_prealloc_one() local
223 struct rxrpc_call *call = b->call_backlog[tail]; in rxrpc_discard_prealloc() local
249 struct rxrpc_call *call; in rxrpc_alloc_incoming_call() local
333 struct rxrpc_call *call; in rxrpc_new_incoming_call() local
436 struct rxrpc_call *call; in rxrpc_accept_call() local
527 struct rxrpc_call *call; in rxrpc_reject_call() local
Dinsecure.c25 static int none_secure_packet(struct rxrpc_call *call, in none_secure_packet()
33 static int none_verify_packet(struct rxrpc_call *call, struct sk_buff *skb, in none_verify_packet()
40 static void none_locate_data(struct rxrpc_call *call, struct sk_buff *skb, in none_locate_data()
Dconn_client.c289 static int rxrpc_get_client_conn(struct rxrpc_call *call, in rxrpc_get_client_conn()
542 struct rxrpc_call *call = list_entry(conn->waiting_calls.next, in rxrpc_activate_one_channel() local
622 static int rxrpc_wait_for_channel(struct rxrpc_call *call, gfp_t gfp) in rxrpc_wait_for_channel()
663 int rxrpc_connect_call(struct rxrpc_call *call, in rxrpc_connect_call()
710 void rxrpc_expose_client_call(struct rxrpc_call *call) in rxrpc_expose_client_call()
732 void rxrpc_disconnect_client_call(struct rxrpc_call *call) in rxrpc_disconnect_client_call()
Drxkad.c146 static int rxkad_secure_packet_auth(const struct rxrpc_call *call, in rxkad_secure_packet_auth()
185 static int rxkad_secure_packet_encrypt(const struct rxrpc_call *call, in rxkad_secure_packet_encrypt()
249 static int rxkad_secure_packet(struct rxrpc_call *call, in rxkad_secure_packet()
319 static int rxkad_verify_packet_1(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_1()
400 static int rxkad_verify_packet_2(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet_2()
496 static int rxkad_verify_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_verify_packet()
555 static void rxkad_locate_data_1(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_locate_data_1()
569 static void rxkad_locate_data_2(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_locate_data_2()
583 static void rxkad_locate_data(struct rxrpc_call *call, struct sk_buff *skb, in rxkad_locate_data()
1102 struct rxrpc_call *call; in rxkad_verify_response() local
Doutput.c38 static size_t rxrpc_fill_out_ack(struct rxrpc_call *call, in rxrpc_fill_out_ack()
97 int rxrpc_send_ack_packet(struct rxrpc_call *call, bool ping) in rxrpc_send_ack_packet()
215 int rxrpc_send_abort_packet(struct rxrpc_call *call) in rxrpc_send_abort_packet()
265 int rxrpc_send_data_packet(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_send_data_packet()
Dpeer_event.c275 struct rxrpc_call *call; in rxrpc_peer_error_distributor() local
313 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt()
Dconn_object.c165 struct rxrpc_call *call) in __rxrpc_disconnect_call()
199 void rxrpc_disconnect_call(struct rxrpc_call *call) in rxrpc_disconnect_call()
Dconn_event.c141 struct rxrpc_call *call; in rxrpc_abort_calls() local
240 static void rxrpc_call_is_secure(struct rxrpc_call *call) in rxrpc_call_is_secure()
Daf_rxrpc.c261 struct rxrpc_call *call; in rxrpc_kernel_begin_call() local
302 void rxrpc_kernel_end_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_end_call()
Dproc.c54 struct rxrpc_call *call; in rxrpc_call_seq_show() local
Dpeer_object.c399 void rxrpc_kernel_get_peer(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_get_peer()
Dar-internal.h349 struct rxrpc_call __rcu *call; /* Active call */ member
850 static inline bool rxrpc_is_service_call(const struct rxrpc_call *call) in rxrpc_is_service_call()
855 static inline bool rxrpc_is_client_call(const struct rxrpc_call *call) in rxrpc_is_client_call()
863 static inline bool __rxrpc_set_call_completion(struct rxrpc_call *call, in __rxrpc_set_call_completion()
879 static inline bool rxrpc_set_call_completion(struct rxrpc_call *call, in rxrpc_set_call_completion()
895 static inline bool __rxrpc_call_completed(struct rxrpc_call *call) in __rxrpc_call_completed()
900 static inline bool rxrpc_call_completed(struct rxrpc_call *call) in rxrpc_call_completed()
913 static inline bool __rxrpc_abort_call(const char *why, struct rxrpc_call *call, in __rxrpc_abort_call()
923 static inline bool rxrpc_abort_call(const char *why, struct rxrpc_call *call, in rxrpc_abort_call()
/net/ax25/
Daf_ax25.c1044 ax25_address call; in ax25_bind() local
/net/rose/
Daf_rose.c245 static struct sock *rose_find_listener(rose_address *addr, ax25_address *call) in rose_find_listener()
/net/
Dcompat.c783 COMPAT_SYSCALL_DEFINE2(socketcall, int, call, u32 __user *, args) in COMPAT_SYSCALL_DEFINE2() argument
Dsocket.c2346 SYSCALL_DEFINE2(socketcall, int, call, unsigned long __user *, args) in SYSCALL_DEFINE2() argument