Lines Matching refs:ax25_cb

227 typedef struct ax25_cb {  struct
248 } ax25_cb; argument
252 struct ax25_cb *cb;
260 static inline struct ax25_cb *sk_to_ax25(const struct sock *sk) in sk_to_ax25()
271 static __inline__ void ax25_cb_put(ax25_cb *ax25) in ax25_cb_put()
290 void ax25_cb_add(ax25_cb *);
293 ax25_cb *ax25_find_cb(ax25_address *, ax25_address *, ax25_digi *,
296 void ax25_destroy_socket(ax25_cb *);
297 ax25_cb * __must_check ax25_create_cb(void);
298 void ax25_fillin_cb(ax25_cb *, ax25_dev *);
333 int ax25_ds_frame_in(ax25_cb *, struct sk_buff *, int);
336 void ax25_ds_nr_error_recovery(ax25_cb *);
337 void ax25_ds_enquiry_response(ax25_cb *);
338 void ax25_ds_establish_data_link(ax25_cb *);
340 void ax25_dama_on(ax25_cb *);
341 void ax25_dama_off(ax25_cb *);
347 void ax25_ds_timer(ax25_cb *);
348 void ax25_ds_t1_timeout(ax25_cb *);
349 void ax25_ds_heartbeat_expiry(ax25_cb *);
350 void ax25_ds_t3timer_expiry(ax25_cb *);
351 void ax25_ds_idletimer_expiry(ax25_cb *);
358 int (*func)(struct sk_buff *, ax25_cb *);
366 void (*func)(ax25_cb *, int);
373 int(*ax25_protocol_function(unsigned int))(struct sk_buff *, ax25_cb *);
375 void ax25_link_failed(ax25_cb *, int);
379 int ax25_rx_iframe(ax25_cb *, struct sk_buff *);
388 ax25_cb *ax25_send_frame(struct sk_buff *, int, ax25_address *, ax25_address *,
390 void ax25_output(ax25_cb *, int, struct sk_buff *);
391 void ax25_kick(ax25_cb *);
392 void ax25_transmit_buffer(ax25_cb *, struct sk_buff *, int);
394 int ax25_check_iframes_acked(ax25_cb *, unsigned short);
401 int ax25_rt_autobind(ax25_cb *, ax25_address *);
407 int ax25_std_frame_in(ax25_cb *, struct sk_buff *, int);
410 void ax25_std_nr_error_recovery(ax25_cb *);
411 void ax25_std_establish_data_link(ax25_cb *);
412 void ax25_std_transmit_enquiry(ax25_cb *);
413 void ax25_std_enquiry_response(ax25_cb *);
414 void ax25_std_timeout_response(ax25_cb *);
417 void ax25_std_heartbeat_expiry(ax25_cb *);
418 void ax25_std_t1timer_expiry(ax25_cb *);
419 void ax25_std_t2timer_expiry(ax25_cb *);
420 void ax25_std_t3timer_expiry(ax25_cb *);
421 void ax25_std_idletimer_expiry(ax25_cb *);
424 void ax25_clear_queues(ax25_cb *);
425 void ax25_frames_acked(ax25_cb *, unsigned short);
426 void ax25_requeue_frames(ax25_cb *);
427 int ax25_validate_nr(ax25_cb *, unsigned short);
428 int ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);
429 void ax25_send_control(ax25_cb *, int, int, int);
432 void ax25_calculate_t1(ax25_cb *);
433 void ax25_calculate_rtt(ax25_cb *);
434 void ax25_disconnect(ax25_cb *, int);
437 void ax25_setup_timers(ax25_cb *);
438 void ax25_start_heartbeat(ax25_cb *);
439 void ax25_start_t1timer(ax25_cb *);
440 void ax25_start_t2timer(ax25_cb *);
441 void ax25_start_t3timer(ax25_cb *);
442 void ax25_start_idletimer(ax25_cb *);
443 void ax25_stop_heartbeat(ax25_cb *);
444 void ax25_stop_t1timer(ax25_cb *);
445 void ax25_stop_t2timer(ax25_cb *);
446 void ax25_stop_t3timer(ax25_cb *);
447 void ax25_stop_idletimer(ax25_cb *);
448 int ax25_t1timer_running(ax25_cb *);