ax25_cb           266 include/net/ax25.h 	struct ax25_cb		*cb;
ax25_cb           274 include/net/ax25.h static inline struct ax25_cb *sk_to_ax25(const struct sock *sk)
ax25_cb           285 include/net/ax25.h static __inline__ void ax25_cb_put(ax25_cb *ax25)
ax25_cb           304 include/net/ax25.h void ax25_cb_add(ax25_cb *);
ax25_cb           307 include/net/ax25.h ax25_cb *ax25_find_cb(ax25_address *, ax25_address *, ax25_digi *,
ax25_cb           310 include/net/ax25.h void ax25_destroy_socket(ax25_cb *);
ax25_cb           311 include/net/ax25.h ax25_cb * __must_check ax25_create_cb(void);
ax25_cb           312 include/net/ax25.h void ax25_fillin_cb(ax25_cb *, ax25_dev *);
ax25_cb           349 include/net/ax25.h int ax25_ds_frame_in(ax25_cb *, struct sk_buff *, int);
ax25_cb           352 include/net/ax25.h void ax25_ds_nr_error_recovery(ax25_cb *);
ax25_cb           353 include/net/ax25.h void ax25_ds_enquiry_response(ax25_cb *);
ax25_cb           354 include/net/ax25.h void ax25_ds_establish_data_link(ax25_cb *);
ax25_cb           356 include/net/ax25.h void ax25_dama_on(ax25_cb *);
ax25_cb           357 include/net/ax25.h void ax25_dama_off(ax25_cb *);
ax25_cb           363 include/net/ax25.h void ax25_ds_timer(ax25_cb *);
ax25_cb           364 include/net/ax25.h void ax25_ds_t1_timeout(ax25_cb *);
ax25_cb           365 include/net/ax25.h void ax25_ds_heartbeat_expiry(ax25_cb *);
ax25_cb           366 include/net/ax25.h void ax25_ds_t3timer_expiry(ax25_cb *);
ax25_cb           367 include/net/ax25.h void ax25_ds_idletimer_expiry(ax25_cb *);
ax25_cb           374 include/net/ax25.h 	int (*func)(struct sk_buff *, ax25_cb *);
ax25_cb           382 include/net/ax25.h 	void (*func)(ax25_cb *, int);
ax25_cb           389 include/net/ax25.h int(*ax25_protocol_function(unsigned int))(struct sk_buff *, ax25_cb *);
ax25_cb           391 include/net/ax25.h void ax25_link_failed(ax25_cb *, int);
ax25_cb           395 include/net/ax25.h int ax25_rx_iframe(ax25_cb *, struct sk_buff *);
ax25_cb           404 include/net/ax25.h ax25_cb *ax25_send_frame(struct sk_buff *, int, ax25_address *, ax25_address *,
ax25_cb           406 include/net/ax25.h void ax25_output(ax25_cb *, int, struct sk_buff *);
ax25_cb           407 include/net/ax25.h void ax25_kick(ax25_cb *);
ax25_cb           408 include/net/ax25.h void ax25_transmit_buffer(ax25_cb *, struct sk_buff *, int);
ax25_cb           410 include/net/ax25.h int ax25_check_iframes_acked(ax25_cb *, unsigned short);
ax25_cb           417 include/net/ax25.h int ax25_rt_autobind(ax25_cb *, ax25_address *);
ax25_cb           423 include/net/ax25.h int ax25_std_frame_in(ax25_cb *, struct sk_buff *, int);
ax25_cb           426 include/net/ax25.h void ax25_std_nr_error_recovery(ax25_cb *);
ax25_cb           427 include/net/ax25.h void ax25_std_establish_data_link(ax25_cb *);
ax25_cb           428 include/net/ax25.h void ax25_std_transmit_enquiry(ax25_cb *);
ax25_cb           429 include/net/ax25.h void ax25_std_enquiry_response(ax25_cb *);
ax25_cb           430 include/net/ax25.h void ax25_std_timeout_response(ax25_cb *);
ax25_cb           433 include/net/ax25.h void ax25_std_heartbeat_expiry(ax25_cb *);
ax25_cb           434 include/net/ax25.h void ax25_std_t1timer_expiry(ax25_cb *);
ax25_cb           435 include/net/ax25.h void ax25_std_t2timer_expiry(ax25_cb *);
ax25_cb           436 include/net/ax25.h void ax25_std_t3timer_expiry(ax25_cb *);
ax25_cb           437 include/net/ax25.h void ax25_std_idletimer_expiry(ax25_cb *);
ax25_cb           440 include/net/ax25.h void ax25_clear_queues(ax25_cb *);
ax25_cb           441 include/net/ax25.h void ax25_frames_acked(ax25_cb *, unsigned short);
ax25_cb           442 include/net/ax25.h void ax25_requeue_frames(ax25_cb *);
ax25_cb           443 include/net/ax25.h int ax25_validate_nr(ax25_cb *, unsigned short);
ax25_cb           444 include/net/ax25.h int ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);
ax25_cb           445 include/net/ax25.h void ax25_send_control(ax25_cb *, int, int, int);
ax25_cb           448 include/net/ax25.h void ax25_calculate_t1(ax25_cb *);
ax25_cb           449 include/net/ax25.h void ax25_calculate_rtt(ax25_cb *);
ax25_cb           450 include/net/ax25.h void ax25_disconnect(ax25_cb *, int);
ax25_cb           453 include/net/ax25.h void ax25_setup_timers(ax25_cb *);
ax25_cb           454 include/net/ax25.h void ax25_start_heartbeat(ax25_cb *);
ax25_cb           455 include/net/ax25.h void ax25_start_t1timer(ax25_cb *);
ax25_cb           456 include/net/ax25.h void ax25_start_t2timer(ax25_cb *);
ax25_cb           457 include/net/ax25.h void ax25_start_t3timer(ax25_cb *);
ax25_cb           458 include/net/ax25.h void ax25_start_idletimer(ax25_cb *);
ax25_cb           459 include/net/ax25.h void ax25_stop_heartbeat(ax25_cb *);
ax25_cb           460 include/net/ax25.h void ax25_stop_t1timer(ax25_cb *);
ax25_cb           461 include/net/ax25.h void ax25_stop_t2timer(ax25_cb *);
ax25_cb           462 include/net/ax25.h void ax25_stop_t3timer(ax25_cb *);
ax25_cb           463 include/net/ax25.h void ax25_stop_idletimer(ax25_cb *);
ax25_cb           464 include/net/ax25.h int ax25_t1timer_running(ax25_cb *);
ax25_cb            92 include/net/netrom.h 	ax25_cb			*ax25;
ax25_cb           218 include/net/netrom.h void nr_link_failed(ax25_cb *, int);
ax25_cb           219 include/net/netrom.h int nr_route_frame(struct sk_buff *, ax25_cb *);
ax25_cb            95 include/net/rose.h 	ax25_cb			*ax25;
ax25_cb           218 include/net/rose.h void rose_link_failed(ax25_cb *, int);
ax25_cb           219 include/net/rose.h int rose_route_frame(struct sk_buff *, ax25_cb *);
ax25_cb            63 net/ax25/af_ax25.c static void ax25_cb_del(ax25_cb *ax25)
ax25_cb            79 net/ax25/af_ax25.c 	ax25_cb *s;
ax25_cb           140 net/ax25/af_ax25.c void ax25_cb_add(ax25_cb *ax25)
ax25_cb           155 net/ax25/af_ax25.c 	ax25_cb *s;
ax25_cb           183 net/ax25/af_ax25.c 	ax25_cb *s;
ax25_cb           205 net/ax25/af_ax25.c ax25_cb *ax25_find_cb(ax25_address *src_addr, ax25_address *dest_addr,
ax25_cb           208 net/ax25/af_ax25.c 	ax25_cb *s;
ax25_cb           241 net/ax25/af_ax25.c 	ax25_cb *s;
ax25_cb           263 net/ax25/af_ax25.c void ax25_destroy_socket(ax25_cb *);
ax25_cb           270 net/ax25/af_ax25.c 	ax25_cb *ax25 = from_timer(ax25, t, dtimer);
ax25_cb           288 net/ax25/af_ax25.c void ax25_destroy_socket(ax25_cb *ax25)
ax25_cb           306 net/ax25/af_ax25.c 				ax25_cb *sax25 = sk_to_ax25(skb->sk);
ax25_cb           349 net/ax25/af_ax25.c 	ax25_cb *ax25;
ax25_cb           445 net/ax25/af_ax25.c static void ax25_fillin_cb_from_dev(ax25_cb *ax25, ax25_dev *ax25_dev)
ax25_cb           469 net/ax25/af_ax25.c void ax25_fillin_cb(ax25_cb *ax25, ax25_dev *ax25_dev)
ax25_cb           502 net/ax25/af_ax25.c ax25_cb *ax25_create_cb(void)
ax25_cb           504 net/ax25/af_ax25.c 	ax25_cb *ax25;
ax25_cb           534 net/ax25/af_ax25.c 	ax25_cb *ax25;
ax25_cb           685 net/ax25/af_ax25.c 	ax25_cb *ax25;
ax25_cb           811 net/ax25/af_ax25.c 	ax25_cb *ax25;
ax25_cb           891 net/ax25/af_ax25.c 	ax25_cb *ax25, *oax25;
ax25_cb           961 net/ax25/af_ax25.c 	ax25_cb *ax25;
ax25_cb          1052 net/ax25/af_ax25.c 	ax25_cb *ax25;
ax25_cb          1127 net/ax25/af_ax25.c 	ax25_cb *ax25 = sk_to_ax25(sk), *ax25t;
ax25_cb          1404 net/ax25/af_ax25.c 	ax25_cb *ax25;
ax25_cb          1453 net/ax25/af_ax25.c 	ax25_cb *ax25;
ax25_cb          1769 net/ax25/af_ax25.c 		ax25_cb *ax25 = sk_to_ax25(sk);
ax25_cb          1874 net/ax25/af_ax25.c 	ax25_cb *ax25 = hlist_entry(v, struct ax25_cb, ax25_node);
ax25_cb            32 net/ax25/ax25_ds_in.c static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb           100 net/ax25/ax25_ds_in.c static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb           145 net/ax25/ax25_ds_in.c static int ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)
ax25_cb           279 net/ax25/ax25_ds_in.c int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)
ax25_cb            28 net/ax25/ax25_ds_subr.c void ax25_ds_nr_error_recovery(ax25_cb *ax25)
ax25_cb            36 net/ax25/ax25_ds_subr.c void ax25_ds_enquiry_response(ax25_cb *ax25)
ax25_cb            38 net/ax25/ax25_ds_subr.c 	ax25_cb *ax25o;
ax25_cb           107 net/ax25/ax25_ds_subr.c void ax25_ds_establish_data_link(ax25_cb *ax25)
ax25_cb           156 net/ax25/ax25_ds_subr.c 	ax25_cb *ax25;
ax25_cb           194 net/ax25/ax25_ds_subr.c void ax25_dama_on(ax25_cb *ax25)
ax25_cb           200 net/ax25/ax25_ds_subr.c void ax25_dama_off(ax25_cb *ax25)
ax25_cb            68 net/ax25/ax25_ds_timer.c 	ax25_cb *ax25;
ax25_cb            91 net/ax25/ax25_ds_timer.c void ax25_ds_heartbeat_expiry(ax25_cb *ax25)
ax25_cb           145 net/ax25/ax25_ds_timer.c void ax25_ds_t3timer_expiry(ax25_cb *ax25)
ax25_cb           156 net/ax25/ax25_ds_timer.c void ax25_ds_idletimer_expiry(ax25_cb *ax25)
ax25_cb           188 net/ax25/ax25_ds_timer.c void ax25_ds_t1_timeout(ax25_cb *ax25)
ax25_cb           158 net/ax25/ax25_iface.c int (*ax25_protocol_function(unsigned int pid))(struct sk_buff *, ax25_cb *)
ax25_cb           160 net/ax25/ax25_iface.c 	int (*res)(struct sk_buff *, ax25_cb *) = NULL;
ax25_cb           190 net/ax25/ax25_iface.c void ax25_link_failed(ax25_cb *ax25, int reason)
ax25_cb            34 net/ax25/ax25_in.c static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb            99 net/ax25/ax25_in.c int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb           101 net/ax25/ax25_in.c 	int (*func)(struct sk_buff *, ax25_cb *);
ax25_cb           157 net/ax25/ax25_in.c static int ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama)
ax25_cb           190 net/ax25/ax25_in.c 	ax25_cb *ax25;
ax25_cb           108 net/ax25/ax25_ip.c 	ax25_cb *ax25;
ax25_cb            32 net/ax25/ax25_out.c ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax25_digi *digi, struct net_device *dev)
ax25_cb            35 net/ax25/ax25_out.c 	ax25_cb *ax25;
ax25_cb           116 net/ax25/ax25_out.c void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb)
ax25_cb           211 net/ax25/ax25_out.c static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit)
ax25_cb           241 net/ax25/ax25_out.c void ax25_kick(ax25_cb *ax25)
ax25_cb           326 net/ax25/ax25_out.c void ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type)
ax25_cb           376 net/ax25/ax25_out.c int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
ax25_cb           389 net/ax25/ax25_route.c int ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr)
ax25_cb            39 net/ax25/ax25_std_in.c static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb           103 net/ax25/ax25_std_in.c static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb           141 net/ax25/ax25_std_in.c static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)
ax25_cb           266 net/ax25/ax25_std_in.c static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)
ax25_cb           419 net/ax25/ax25_std_in.c int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)
ax25_cb            30 net/ax25/ax25_std_subr.c void ax25_std_nr_error_recovery(ax25_cb *ax25)
ax25_cb            35 net/ax25/ax25_std_subr.c void ax25_std_establish_data_link(ax25_cb *ax25)
ax25_cb            52 net/ax25/ax25_std_subr.c void ax25_std_transmit_enquiry(ax25_cb *ax25)
ax25_cb            65 net/ax25/ax25_std_subr.c void ax25_std_enquiry_response(ax25_cb *ax25)
ax25_cb            75 net/ax25/ax25_std_subr.c void ax25_std_timeout_response(ax25_cb *ax25)
ax25_cb            29 net/ax25/ax25_std_timer.c void ax25_std_heartbeat_expiry(ax25_cb *ax25)
ax25_cb            79 net/ax25/ax25_std_timer.c void ax25_std_t2timer_expiry(ax25_cb *ax25)
ax25_cb            87 net/ax25/ax25_std_timer.c void ax25_std_t3timer_expiry(ax25_cb *ax25)
ax25_cb            94 net/ax25/ax25_std_timer.c void ax25_std_idletimer_expiry(ax25_cb *ax25)
ax25_cb           120 net/ax25/ax25_std_timer.c void ax25_std_t1timer_expiry(ax25_cb *ax25)
ax25_cb            33 net/ax25/ax25_subr.c void ax25_clear_queues(ax25_cb *ax25)
ax25_cb            46 net/ax25/ax25_subr.c void ax25_frames_acked(ax25_cb *ax25, unsigned short nr)
ax25_cb            62 net/ax25/ax25_subr.c void ax25_requeue_frames(ax25_cb *ax25)
ax25_cb            79 net/ax25/ax25_subr.c int ax25_validate_nr(ax25_cb *ax25, unsigned short nr)
ax25_cb            97 net/ax25/ax25_subr.c int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf)
ax25_cb           147 net/ax25/ax25_subr.c void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type)
ax25_cb           220 net/ax25/ax25_subr.c void ax25_calculate_t1(ax25_cb *ax25)
ax25_cb           245 net/ax25/ax25_subr.c void ax25_calculate_rtt(ax25_cb *ax25)
ax25_cb           260 net/ax25/ax25_subr.c void ax25_disconnect(ax25_cb *ax25, int reason)
ax25_cb            39 net/ax25/ax25_timer.c void ax25_setup_timers(ax25_cb *ax25)
ax25_cb            48 net/ax25/ax25_timer.c void ax25_start_heartbeat(ax25_cb *ax25)
ax25_cb            53 net/ax25/ax25_timer.c void ax25_start_t1timer(ax25_cb *ax25)
ax25_cb            58 net/ax25/ax25_timer.c void ax25_start_t2timer(ax25_cb *ax25)
ax25_cb            63 net/ax25/ax25_timer.c void ax25_start_t3timer(ax25_cb *ax25)
ax25_cb            71 net/ax25/ax25_timer.c void ax25_start_idletimer(ax25_cb *ax25)
ax25_cb            79 net/ax25/ax25_timer.c void ax25_stop_heartbeat(ax25_cb *ax25)
ax25_cb            84 net/ax25/ax25_timer.c void ax25_stop_t1timer(ax25_cb *ax25)
ax25_cb            89 net/ax25/ax25_timer.c void ax25_stop_t2timer(ax25_cb *ax25)
ax25_cb            94 net/ax25/ax25_timer.c void ax25_stop_t3timer(ax25_cb *ax25)
ax25_cb            99 net/ax25/ax25_timer.c void ax25_stop_idletimer(ax25_cb *ax25)
ax25_cb           104 net/ax25/ax25_timer.c int ax25_t1timer_running(ax25_cb *ax25)
ax25_cb           122 net/ax25/ax25_timer.c 	ax25_cb *ax25 = from_timer(ax25, t, timer);
ax25_cb           146 net/ax25/ax25_timer.c 	ax25_cb *ax25 = from_timer(ax25, t, t1timer);
ax25_cb           165 net/ax25/ax25_timer.c 	ax25_cb *ax25 = from_timer(ax25, t, t2timer);
ax25_cb           184 net/ax25/ax25_timer.c 	ax25_cb *ax25 = from_timer(ax25, t, t3timer);
ax25_cb           205 net/ax25/ax25_timer.c 	ax25_cb *ax25 = from_timer(ax25, t, idletimer);
ax25_cb           707 net/netrom/nr_route.c void nr_link_failed(ax25_cb *ax25, int reason)
ax25_cb           748 net/netrom/nr_route.c int nr_route_frame(struct sk_buff *skb, ax25_cb *ax25)
ax25_cb           755 net/netrom/nr_route.c 	ax25_cb *ax25s;
ax25_cb            98 net/rose/rose_link.c 	ax25_cb *ax25s;
ax25_cb           121 net/rose/rose_link.c 	ax25_cb *ax25s;
ax25_cb           810 net/rose/rose_route.c void rose_link_failed(ax25_cb *ax25, int reason)
ax25_cb           852 net/rose/rose_route.c int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)