/Linux-v4.19/include/net/ |
D | ax25.h | 229 typedef struct ax25_cb { struct 250 } ax25_cb; argument 254 struct ax25_cb *cb; 262 static inline struct ax25_cb *sk_to_ax25(const struct sock *sk) in sk_to_ax25() 273 static __inline__ void ax25_cb_put(ax25_cb *ax25) in ax25_cb_put() 292 void ax25_cb_add(ax25_cb *); 295 ax25_cb *ax25_find_cb(ax25_address *, ax25_address *, ax25_digi *, 298 void ax25_destroy_socket(ax25_cb *); 299 ax25_cb * __must_check ax25_create_cb(void); 300 void ax25_fillin_cb(ax25_cb *, ax25_dev *); [all …]
|
D | rose.h | 95 ax25_cb *ax25; 218 void rose_link_failed(ax25_cb *, int); 219 int rose_route_frame(struct sk_buff *, ax25_cb *);
|
D | netrom.h | 92 ax25_cb *ax25; 218 void nr_link_failed(ax25_cb *, int); 219 int nr_route_frame(struct sk_buff *, ax25_cb *);
|
/Linux-v4.19/net/ax25/ |
D | ax25_timer.c | 42 void ax25_setup_timers(ax25_cb *ax25) in ax25_setup_timers() 51 void ax25_start_heartbeat(ax25_cb *ax25) in ax25_start_heartbeat() 56 void ax25_start_t1timer(ax25_cb *ax25) in ax25_start_t1timer() 61 void ax25_start_t2timer(ax25_cb *ax25) in ax25_start_t2timer() 66 void ax25_start_t3timer(ax25_cb *ax25) in ax25_start_t3timer() 74 void ax25_start_idletimer(ax25_cb *ax25) in ax25_start_idletimer() 82 void ax25_stop_heartbeat(ax25_cb *ax25) in ax25_stop_heartbeat() 87 void ax25_stop_t1timer(ax25_cb *ax25) in ax25_stop_t1timer() 92 void ax25_stop_t2timer(ax25_cb *ax25) in ax25_stop_t2timer() 97 void ax25_stop_t3timer(ax25_cb *ax25) in ax25_stop_t3timer() [all …]
|
D | ax25_ds_subr.c | 31 void ax25_ds_nr_error_recovery(ax25_cb *ax25) in ax25_ds_nr_error_recovery() 39 void ax25_ds_enquiry_response(ax25_cb *ax25) in ax25_ds_enquiry_response() 41 ax25_cb *ax25o; in ax25_ds_enquiry_response() 110 void ax25_ds_establish_data_link(ax25_cb *ax25) in ax25_ds_establish_data_link() 159 ax25_cb *ax25; in ax25_check_dama_slave() 197 void ax25_dama_on(ax25_cb *ax25) in ax25_dama_on() 203 void ax25_dama_off(ax25_cb *ax25) in ax25_dama_off()
|
D | ax25_std_subr.c | 33 void ax25_std_nr_error_recovery(ax25_cb *ax25) in ax25_std_nr_error_recovery() 38 void ax25_std_establish_data_link(ax25_cb *ax25) in ax25_std_establish_data_link() 55 void ax25_std_transmit_enquiry(ax25_cb *ax25) in ax25_std_transmit_enquiry() 68 void ax25_std_enquiry_response(ax25_cb *ax25) in ax25_std_enquiry_response() 78 void ax25_std_timeout_response(ax25_cb *ax25) in ax25_std_timeout_response()
|
D | ax25_subr.c | 36 void ax25_clear_queues(ax25_cb *ax25) in ax25_clear_queues() 49 void ax25_frames_acked(ax25_cb *ax25, unsigned short nr) in ax25_frames_acked() 65 void ax25_requeue_frames(ax25_cb *ax25) in ax25_requeue_frames() 82 int ax25_validate_nr(ax25_cb *ax25, unsigned short nr) in ax25_validate_nr() 100 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) in ax25_decode() 150 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) in ax25_send_control() 223 void ax25_calculate_t1(ax25_cb *ax25) in ax25_calculate_t1() 248 void ax25_calculate_rtt(ax25_cb *ax25) in ax25_calculate_rtt() 263 void ax25_disconnect(ax25_cb *ax25, int reason) in ax25_disconnect()
|
D | ax25_std_timer.c | 32 void ax25_std_heartbeat_expiry(ax25_cb *ax25) in ax25_std_heartbeat_expiry() 82 void ax25_std_t2timer_expiry(ax25_cb *ax25) in ax25_std_t2timer_expiry() 90 void ax25_std_t3timer_expiry(ax25_cb *ax25) in ax25_std_t3timer_expiry() 97 void ax25_std_idletimer_expiry(ax25_cb *ax25) in ax25_std_idletimer_expiry() 123 void ax25_std_t1timer_expiry(ax25_cb *ax25) in ax25_std_t1timer_expiry()
|
D | ax25_ds_timer.c | 71 ax25_cb *ax25; in ax25_ds_timeout() 94 void ax25_ds_heartbeat_expiry(ax25_cb *ax25) in ax25_ds_heartbeat_expiry() 148 void ax25_ds_t3timer_expiry(ax25_cb *ax25) in ax25_ds_t3timer_expiry() 159 void ax25_ds_idletimer_expiry(ax25_cb *ax25) in ax25_ds_idletimer_expiry() 191 void ax25_ds_t1_timeout(ax25_cb *ax25) in ax25_ds_t1_timeout()
|
D | ax25_out.c | 35 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax… in ax25_send_frame() 38 ax25_cb *ax25; in ax25_send_frame() 119 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) in ax25_output() 214 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) in ax25_send_iframe() 244 void ax25_kick(ax25_cb *ax25) in ax25_kick() 329 void ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_transmit_buffer() 379 int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr) in ax25_check_iframes_acked()
|
D | af_ax25.c | 66 static void ax25_cb_del(ax25_cb *ax25) in ax25_cb_del() 82 ax25_cb *s; in ax25_kill_by_device() 143 void ax25_cb_add(ax25_cb *ax25) in ax25_cb_add() 158 ax25_cb *s; in ax25_find_listener() 186 ax25_cb *s; in ax25_get_socket() 208 ax25_cb *ax25_find_cb(ax25_address *src_addr, ax25_address *dest_addr, in ax25_find_cb() 211 ax25_cb *s; in ax25_find_cb() 244 ax25_cb *s; in ax25_send_to_raw() 266 void ax25_destroy_socket(ax25_cb *); 273 ax25_cb *ax25 = from_timer(ax25, t, dtimer); in ax25_destroy_timer() [all …]
|
D | ax25_ds_in.c | 35 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int ty… in ax25_ds_state1_machine() 103 static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int ty… in ax25_ds_state2_machine() 148 static int ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr… in ax25_ds_state3_machine() 282 int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_ds_frame_in()
|
D | ax25_in.c | 37 static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_fragment() 102 int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_iframe() 104 int (*func)(struct sk_buff *, ax25_cb *); in ax25_rx_iframe() 160 static int ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama) in ax25_process_rx_frame() 193 ax25_cb *ax25; in ax25_rcv()
|
D | ax25_iface.c | 161 int (*ax25_protocol_function(unsigned int pid))(struct sk_buff *, ax25_cb *) in ax25_protocol_function() 163 int (*res)(struct sk_buff *, ax25_cb *) = NULL; in ax25_protocol_function() 193 void ax25_link_failed(ax25_cb *ax25, int reason) in ax25_link_failed()
|
D | ax25_std_in.c | 42 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state1_machine() 106 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state2_machine() 144 static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state3_machine() 269 static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state4_machine() 422 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_std_frame_in()
|
D | ax25_ip.c | 111 ax25_cb *ax25; in ax25_ip_xmit()
|
D | ax25_route.c | 397 int ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr) in ax25_rt_autobind()
|
/Linux-v4.19/net/rose/ |
D | rose_link.c | 101 ax25_cb *ax25s; in rose_send_frame() 124 ax25_cb *ax25s; in rose_link_up()
|
D | rose_route.c | 813 void rose_link_failed(ax25_cb *ax25, int reason) in rose_link_failed() 854 int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25) in rose_route_frame()
|
/Linux-v4.19/net/netrom/ |
D | nr_route.c | 709 void nr_link_failed(ax25_cb *ax25, int reason) in nr_link_failed() 750 int nr_route_frame(struct sk_buff *skb, ax25_cb *ax25) in nr_route_frame() 757 ax25_cb *ax25s; in nr_route_frame()
|