/kernel/linux/linux-5.10/net/ax25/ |
H A D | Makefile | |
H A D | ax25_std_timer.c | 29 void ax25_std_heartbeat_expiry(ax25_cb *ax25) in ax25_std_heartbeat_expiry() argument 79 ax25_std_t2timer_expiry(ax25_cb *ax25) ax25_std_t2timer_expiry() argument 87 ax25_std_t3timer_expiry(ax25_cb *ax25) ax25_std_t3timer_expiry() argument 94 ax25_std_idletimer_expiry(ax25_cb *ax25) ax25_std_idletimer_expiry() argument 120 ax25_std_t1timer_expiry(ax25_cb *ax25) ax25_std_t1timer_expiry() argument [all...] |
H A D | ax25_std_subr.c | 30 void ax25_std_nr_error_recovery(ax25_cb *ax25) in ax25_std_nr_error_recovery() argument 35 void ax25_std_establish_data_link(ax25_cb *ax25) in ax25_std_establish_data_link() argument 52 ax25_std_transmit_enquiry(ax25_cb *ax25) ax25_std_transmit_enquiry() argument 65 ax25_std_enquiry_response(ax25_cb *ax25) ax25_std_enquiry_response() argument 75 ax25_std_timeout_response(ax25_cb *ax25) ax25_std_timeout_response() argument [all...] |
H A D | ax25_ds_timer.c | 68 ax25_cb *ax25; in ax25_ds_timeout() local 91 void ax25_ds_heartbeat_expiry(ax25_cb *ax25) in ax25_ds_heartbeat_expiry() argument 145 ax25_ds_t3timer_expiry(ax25_cb *ax25) ax25_ds_t3timer_expiry() argument 156 ax25_ds_idletimer_expiry(ax25_cb *ax25) ax25_ds_idletimer_expiry() argument 188 ax25_ds_t1_timeout(ax25_cb *ax25) ax25_ds_t1_timeout() argument [all...] |
H A D | ax25_ds_subr.c | 28 void ax25_ds_nr_error_recovery(ax25_cb *ax25) in ax25_ds_nr_error_recovery() argument 36 void ax25_ds_enquiry_response(ax25_cb *ax25) in ax25_ds_enquiry_response() argument 107 ax25_ds_establish_data_link(ax25_cb *ax25) ax25_ds_establish_data_link() argument 156 ax25_cb *ax25; ax25_check_dama_slave() local 194 ax25_dama_on(ax25_cb *ax25) ax25_dama_on() argument 200 ax25_dama_off(ax25_cb *ax25) ax25_dama_off() argument [all...] |
H A D | ax25_ds_in.c | 32 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state1_machine() argument 100 ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) ax25_ds_state2_machine() argument 145 ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) ax25_ds_state3_machine() argument 279 ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) ax25_ds_frame_in() argument [all...] |
H A D | ax25_std_in.c | 39 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state1_machine() argument 103 ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) ax25_std_state2_machine() argument 141 ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) ax25_std_state3_machine() argument 266 ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) ax25_std_state4_machine() argument 419 ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) ax25_std_frame_in() argument [all...] |
H A D | ax25_in.c | 34 static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_fragment() argument 99 ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb) ax25_rx_iframe() argument 157 ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama) ax25_process_rx_frame() argument 190 ax25_cb *ax25; ax25_rcv() local [all...] |
H A D | ax25_iface.c | 190 void ax25_link_failed(ax25_cb *ax25, int reason) in ax25_link_failed() argument
|
H A D | ax25_subr.c | 33 void ax25_clear_queues(ax25_cb *ax25) in ax25_clear_queues() argument 46 void ax25_frames_acked(ax25_cb *ax25, unsigned short nr) in ax25_frames_acked() argument 62 ax25_requeue_frames(ax25_cb *ax25) ax25_requeue_frames() argument 79 ax25_validate_nr(ax25_cb *ax25, unsigned short nr) ax25_validate_nr() argument 97 ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) ax25_decode() argument 147 ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) ax25_send_control() argument 220 ax25_calculate_t1(ax25_cb *ax25) ax25_calculate_t1() argument 245 ax25_calculate_rtt(ax25_cb *ax25) ax25_calculate_rtt() argument 260 ax25_disconnect(ax25_cb *ax25, int reason) ax25_disconnect() argument [all...] |
H A D | ax25_ip.c | 108 ax25_cb *ax25; in ax25_ip_xmit() local
|
H A D | ax25_timer.c | 39 void ax25_setup_timers(ax25_cb *ax25) in ax25_setup_timers() argument 48 void ax25_start_heartbeat(ax25_cb *ax25) in ax25_start_heartbeat() argument 53 void ax25_start_t1timer(ax25_cb *ax25) in ax25_start_t1timer() argument 58 ax25_start_t2timer(ax25_cb *ax25) ax25_start_t2timer() argument 63 ax25_start_t3timer(ax25_cb *ax25) ax25_start_t3timer() argument 71 ax25_start_idletimer(ax25_cb *ax25) ax25_start_idletimer() argument 79 ax25_stop_heartbeat(ax25_cb *ax25) ax25_stop_heartbeat() argument 84 ax25_stop_t1timer(ax25_cb *ax25) ax25_stop_t1timer() argument 89 ax25_stop_t2timer(ax25_cb *ax25) ax25_stop_t2timer() argument 94 ax25_stop_t3timer(ax25_cb *ax25) ax25_stop_t3timer() argument 99 ax25_stop_idletimer(ax25_cb *ax25) ax25_stop_idletimer() argument 104 ax25_t1timer_running(ax25_cb *ax25) ax25_t1timer_running() argument 122 ax25_cb *ax25 = from_timer(ax25, t, timer); ax25_heartbeat_expiry() local 146 ax25_cb *ax25 = from_timer(ax25, t, t1timer); ax25_t1timer_expiry() local 165 ax25_cb *ax25 = from_timer(ax25, t, t2timer); ax25_t2timer_expiry() local 184 ax25_cb *ax25 = from_timer(ax25, t, t3timer); ax25_t3timer_expiry() local 205 ax25_cb *ax25 = from_timer(ax25, t, idletimer); ax25_idletimer_expiry() local [all...] |
H A D | ax25_out.c | 35 ax25_cb *ax25; in ax25_send_frame() local 116 ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) ax25_output() argument 211 ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) ax25_send_iframe() argument 241 ax25_kick(ax25_cb *ax25) ax25_kick() argument 326 ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type) ax25_transmit_buffer() argument 376 ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr) ax25_check_iframes_acked() argument [all...] |
/kernel/linux/linux-6.6/net/ax25/ |
H A D | Makefile | |
H A D | ax25_std_timer.c | 29 void ax25_std_heartbeat_expiry(ax25_cb *ax25) in ax25_std_heartbeat_expiry() argument 79 ax25_std_t2timer_expiry(ax25_cb *ax25) ax25_std_t2timer_expiry() argument 87 ax25_std_t3timer_expiry(ax25_cb *ax25) ax25_std_t3timer_expiry() argument 94 ax25_std_idletimer_expiry(ax25_cb *ax25) ax25_std_idletimer_expiry() argument 120 ax25_std_t1timer_expiry(ax25_cb *ax25) ax25_std_t1timer_expiry() argument [all...] |
H A D | ax25_std_subr.c | 30 void ax25_std_nr_error_recovery(ax25_cb *ax25) in ax25_std_nr_error_recovery() argument 35 void ax25_std_establish_data_link(ax25_cb *ax25) in ax25_std_establish_data_link() argument 52 ax25_std_transmit_enquiry(ax25_cb *ax25) ax25_std_transmit_enquiry() argument 65 ax25_std_enquiry_response(ax25_cb *ax25) ax25_std_enquiry_response() argument 75 ax25_std_timeout_response(ax25_cb *ax25) ax25_std_timeout_response() argument [all...] |
H A D | ax25_ds_timer.c | 68 ax25_cb *ax25; in ax25_ds_timeout() local 91 void ax25_ds_heartbeat_expiry(ax25_cb *ax25) in ax25_ds_heartbeat_expiry() argument 145 ax25_ds_t3timer_expiry(ax25_cb *ax25) ax25_ds_t3timer_expiry() argument 156 ax25_ds_idletimer_expiry(ax25_cb *ax25) ax25_ds_idletimer_expiry() argument 188 ax25_ds_t1_timeout(ax25_cb *ax25) ax25_ds_t1_timeout() argument [all...] |
H A D | ax25_ds_subr.c | 28 void ax25_ds_nr_error_recovery(ax25_cb *ax25) in ax25_ds_nr_error_recovery() argument 36 void ax25_ds_enquiry_response(ax25_cb *ax25) in ax25_ds_enquiry_response() argument 107 ax25_ds_establish_data_link(ax25_cb *ax25) ax25_ds_establish_data_link() argument 156 ax25_cb *ax25; ax25_check_dama_slave() local 194 ax25_dama_on(ax25_cb *ax25) ax25_dama_on() argument 200 ax25_dama_off(ax25_cb *ax25) ax25_dama_off() argument [all...] |
H A D | ax25_ds_in.c | 32 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state1_machine() argument 100 ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) ax25_ds_state2_machine() argument 145 ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) ax25_ds_state3_machine() argument 279 ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) ax25_ds_frame_in() argument [all...] |
H A D | ax25_std_in.c | 39 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state1_machine() argument 103 ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) ax25_std_state2_machine() argument 141 ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) ax25_std_state3_machine() argument 266 ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) ax25_std_state4_machine() argument 419 ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) ax25_std_frame_in() argument [all...] |
H A D | ax25_in.c | 34 static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_fragment() argument 99 ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb) ax25_rx_iframe() argument 157 ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama) ax25_process_rx_frame() argument 190 ax25_cb *ax25; ax25_rcv() local [all...] |
H A D | ax25_iface.c | 190 void ax25_link_failed(ax25_cb *ax25, int reason) in ax25_link_failed() argument
|
H A D | ax25_subr.c | 33 void ax25_clear_queues(ax25_cb *ax25) in ax25_clear_queues() argument 46 void ax25_frames_acked(ax25_cb *ax25, unsigned short nr) in ax25_frames_acked() argument 62 ax25_requeue_frames(ax25_cb *ax25) ax25_requeue_frames() argument 79 ax25_validate_nr(ax25_cb *ax25, unsigned short nr) ax25_validate_nr() argument 97 ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) ax25_decode() argument 147 ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) ax25_send_control() argument 220 ax25_calculate_t1(ax25_cb *ax25) ax25_calculate_t1() argument 245 ax25_calculate_rtt(ax25_cb *ax25) ax25_calculate_rtt() argument 260 ax25_disconnect(ax25_cb *ax25, int reason) ax25_disconnect() argument [all...] |
H A D | ax25_ip.c | 108 ax25_cb *ax25; in ax25_ip_xmit() local
|
H A D | ax25_timer.c | 39 void ax25_setup_timers(ax25_cb *ax25) in ax25_setup_timers() argument 48 void ax25_start_heartbeat(ax25_cb *ax25) in ax25_start_heartbeat() argument 53 void ax25_start_t1timer(ax25_cb *ax25) in ax25_start_t1timer() argument 58 ax25_start_t2timer(ax25_cb *ax25) ax25_start_t2timer() argument 63 ax25_start_t3timer(ax25_cb *ax25) ax25_start_t3timer() argument 71 ax25_start_idletimer(ax25_cb *ax25) ax25_start_idletimer() argument 79 ax25_stop_heartbeat(ax25_cb *ax25) ax25_stop_heartbeat() argument 84 ax25_stop_t1timer(ax25_cb *ax25) ax25_stop_t1timer() argument 89 ax25_stop_t2timer(ax25_cb *ax25) ax25_stop_t2timer() argument 94 ax25_stop_t3timer(ax25_cb *ax25) ax25_stop_t3timer() argument 99 ax25_stop_idletimer(ax25_cb *ax25) ax25_stop_idletimer() argument 104 ax25_t1timer_running(ax25_cb *ax25) ax25_t1timer_running() argument 124 ax25_cb *ax25 = from_timer(ax25, t, timer); ax25_heartbeat_expiry() local 148 ax25_cb *ax25 = from_timer(ax25, t, t1timer); ax25_t1timer_expiry() local 167 ax25_cb *ax25 = from_timer(ax25, t, t2timer); ax25_t2timer_expiry() local 186 ax25_cb *ax25 = from_timer(ax25, t, t3timer); ax25_t3timer_expiry() local 207 ax25_cb *ax25 = from_timer(ax25, t, idletimer); ax25_idletimer_expiry() local [all...] |