Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 20 of 20) sorted by relevance

/net/rxrpc/
Doutput.c76 rxrpc_serial_t serial; in rxrpc_fill_out_ack() local
90 serial = call->ackr_serial; in rxrpc_fill_out_ack()
100 pkt->ack.serial = htonl(serial); in rxrpc_fill_out_ack()
136 static int rxrpc_begin_rtt_probe(struct rxrpc_call *call, rxrpc_serial_t serial, in rxrpc_begin_rtt_probe() argument
149 call->rtt_serial[rtt_slot] = serial; in rxrpc_begin_rtt_probe()
154 trace_rxrpc_rtt_tx(call, why, rtt_slot, serial); in rxrpc_begin_rtt_probe()
158 trace_rxrpc_rtt_tx(call, rxrpc_rtt_tx_no_slot, rtt_slot, serial); in rxrpc_begin_rtt_probe()
166 rxrpc_serial_t serial, int rtt_slot) in rxrpc_cancel_rtt_probe() argument
172 trace_rxrpc_rtt_tx(call, rxrpc_rtt_tx_cancel, rtt_slot, serial); in rxrpc_cancel_rtt_probe()
186 rxrpc_serial_t serial; in rxrpc_send_ack_packet() local
[all …]
Dconn_event.c40 u32 serial, mtu, call_id, padding; in rxrpc_conn_retransmit_call() local
103 pkt.ack.serial = htonl(skb ? sp->hdr.serial : 0); in rxrpc_conn_retransmit_call()
128 serial = atomic_inc_return(&conn->serial); in rxrpc_conn_retransmit_call()
129 pkt.whdr.serial = htonl(serial); in rxrpc_conn_retransmit_call()
133 _proto("Tx ABORT %%%u { %d } [re]", serial, conn->abort_code); in rxrpc_conn_retransmit_call()
136 trace_rxrpc_tx_ack(chan->call_debug_id, serial, in rxrpc_conn_retransmit_call()
138 ntohl(pkt.ack.serial), in rxrpc_conn_retransmit_call()
140 _proto("Tx ACK %%%u [re]", serial); in rxrpc_conn_retransmit_call()
147 trace_rxrpc_tx_fail(chan->call_debug_id, serial, ret, in rxrpc_conn_retransmit_call()
161 rxrpc_serial_t serial) in rxrpc_abort_calls() argument
[all …]
Dinput.c416 rxrpc_serial_t serial = sp->hdr.serial, ack_serial = serial; in rxrpc_input_data() local
425 sp->hdr.serial, seq0, sp->hdr.flags, sp->nr_subpackets); in rxrpc_input_data()
462 ack_serial = serial; in rxrpc_input_data()
468 rxrpc_serial_t serial = sp->hdr.serial + j; in rxrpc_input_data() local
476 j, serial, seq, terminal, last); in rxrpc_input_data()
499 trace_rxrpc_rx_data(call->debug_id, seq, serial, flags, annotation); in rxrpc_input_data()
503 ack_serial = serial; in rxrpc_input_data()
512 ack_serial = serial; in rxrpc_input_data()
520 ack_serial = serial; in rxrpc_input_data()
533 ack_serial = serial; in rxrpc_input_data()
[all …]
Drecvmsg.c184 static void rxrpc_end_rx_phase(struct rxrpc_call *call, rxrpc_serial_t serial) in rxrpc_end_rx_phase() argument
192 rxrpc_propose_ACK(call, RXRPC_ACK_IDLE, serial, false, true, in rxrpc_end_rx_phase()
210 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, serial, false, true, in rxrpc_end_rx_phase()
226 rxrpc_serial_t serial; in rxrpc_rotate_rx_window() local
245 serial = sp->hdr.serial + subpacket; in rxrpc_rotate_rx_window()
258 trace_rxrpc_receive(call, rxrpc_receive_rotate, serial, hard_ack); in rxrpc_rotate_rx_window()
260 rxrpc_end_rx_phase(call, serial); in rxrpc_rotate_rx_window()
264 rxrpc_propose_ACK(call, RXRPC_ACK_IDLE, serial, in rxrpc_rotate_rx_window()
360 rxrpc_serial_t serial; in rxrpc_recvmsg_data() local
400 serial = sp->hdr.serial; in rxrpc_recvmsg_data()
[all …]
Drxkad.c736 u32 serial; in rxkad_issue_challenge() local
772 serial = atomic_inc_return(&conn->serial); in rxkad_issue_challenge()
773 whdr.serial = htonl(serial); in rxkad_issue_challenge()
774 _proto("Tx CHALLENGE %%%u", serial); in rxkad_issue_challenge()
778 trace_rxrpc_tx_fail(conn->debug_id, serial, ret, in rxkad_issue_challenge()
802 u32 serial; in rxkad_send_response() local
830 serial = atomic_inc_return(&conn->serial); in rxkad_send_response()
831 whdr.serial = htonl(serial); in rxkad_send_response()
832 _proto("Tx RESPONSE %%%u", serial); in rxkad_send_response()
836 trace_rxrpc_tx_fail(conn->debug_id, serial, ret, in rxkad_send_response()
[all …]
Dcall_event.c46 u32 serial, bool immediate, bool background, in __rxrpc_propose_ACK() argument
70 call->ackr_serial = serial; in __rxrpc_propose_ACK()
76 call->ackr_serial = serial; in __rxrpc_propose_ACK()
85 if (serial == 1) in __rxrpc_propose_ACK()
129 trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate, in __rxrpc_propose_ACK()
137 u32 serial, bool immediate, bool background, in rxrpc_propose_ACK() argument
141 __rxrpc_propose_ACK(call, ack_reason, serial, in rxrpc_propose_ACK()
Dinsecure.c56 trace_rxrpc_rx_eproto(NULL, sp->hdr.serial, in none_respond_to_challenge()
67 trace_rxrpc_rx_eproto(NULL, sp->hdr.serial, in none_verify_response()
Dprotocol.h34 __be32 serial; /* serial number of pkt sent to network */ member
112 __be32 serial; /* serial no of packet that prompted this ACK */ member
Dserver_key.c144 _leave(" = 0 [key %x]", key->serial); in rxrpc_server_keyring()
Dlocal_event.c51 whdr.serial = 0; in rxrpc_send_version_request()
Dar-internal.h164 u32 serial; /* serial number of pkt sent to network */ member
465 atomic_t serial; /* packet serial number counter */ member
1037 trace_rxrpc_rx_eproto(call, sp->hdr.serial, eproto_why); in __rxrpc_abort_eproto()
Dcall_accept.c251 rxrpc_propose_ACK(call, RXRPC_ACK_PING, sp->hdr.serial, in rxrpc_send_ping()
389 sp->hdr.serial, sp->hdr.seq); in rxrpc_new_incoming_call()
Dproc.c189 atomic_read(&conn->serial), in rxrpc_connection_seq_show()
Dkey.c471 _leave(" = 0 [key %x]", key->serial); in rxrpc_request_key()
/net/ax25/
DKconfig31 modem connecting your computer's serial port to your radio's
34 or the DMA SCC driver. Another option are the Baycom modem serial
/net/bluetooth/cmtp/
Dcapi.c286 memset(ctrl->serial, 0, CAPI_SERIAL_LEN); in cmtp_recv_interopmsg()
287 strncpy(ctrl->serial, in cmtp_recv_interopmsg()
/net/sctp/
Dassociola.c1687 if (ack->subh.addip_hdr->serial == in sctp_assoc_clean_asconf_ack_cache()
1699 __be32 serial) in sctp_assoc_lookup_asconf_ack() argument
1709 if (ack->subh.addip_hdr->serial == serial) { in sctp_assoc_lookup_asconf_ack()
Dsm_make_chunk.c2827 asconf.serial = htonl(asoc->addip_serial++); in sctp_make_asconf()
2998 __u32 serial, int vparam_len) in sctp_make_asconf_ack() argument
3010 asconf.serial = htonl(serial); in sctp_make_asconf_ack()
3284 __u32 serial; in sctp_process_asconf() local
3290 serial = ntohl(hdr->serial); in sctp_process_asconf()
3308 asconf_ack = sctp_make_asconf_ack(asoc, serial, chunk_len * 4); in sctp_process_asconf()
Dsm_statefuns.c3866 __u32 serial; in sctp_sf_do_asconf() local
3890 serial = ntohl(hdr->serial); in sctp_sf_do_asconf()
3901 if (serial == asoc->peer.addip_serial + 1) { in sctp_sf_do_asconf()
3920 } else if (serial < asoc->peer.addip_serial + 1) { in sctp_sf_do_asconf()
3933 asconf_ack = sctp_assoc_lookup_asconf_ack(asoc, hdr->serial); in sctp_sf_do_asconf()
4033 rcvd_serial = ntohl(addip_hdr->serial); in sctp_sf_do_asconf_ack()
4042 sent_serial = ntohl(addip_hdr->serial); in sctp_sf_do_asconf_ack()
/net/can/
DKconfig9 Controller Area Network (CAN) is a slow (up to 1Mbit/s) serial