taglinefilesource code
ax25_cb146include/net/ax25.hstruct ax25_cb    *next;
ax25_cb174include/net/ax25.hextern void ax25_destroy_socket(ax25_cb *);
ax25_cb188include/net/ax25.hextern int  ax25_process_rx_frame(ax25_cb *, struct sk_buff *, int, int);
ax25_cb191include/net/ax25.hextern void ax25_output(ax25_cb *, struct sk_buff *);
ax25_cb192include/net/ax25.hextern void ax25_kick(ax25_cb *);
ax25_cb193include/net/ax25.hextern void ax25_transmit_buffer(ax25_cb *, struct sk_buff *, int);
ax25_cb194include/net/ax25.hextern void ax25_nr_error_recovery(ax25_cb *);
ax25_cb195include/net/ax25.hextern void ax25_establish_data_link(ax25_cb *);
ax25_cb196include/net/ax25.hextern void ax25_transmit_enquiry(ax25_cb *);
ax25_cb197include/net/ax25.hextern void ax25_enquiry_response(ax25_cb *);
ax25_cb198include/net/ax25.hextern void ax25_timeout_response(ax25_cb *);
ax25_cb199include/net/ax25.hextern void ax25_check_iframes_acked(ax25_cb *, unsigned short);
ax25_cb200include/net/ax25.hextern void ax25_check_need_response(ax25_cb *, int, int);
ax25_cb201include/net/ax25.hextern void dama_enquiry_response(ax25_cb *);      /* dl1bke 960114 */
ax25_cb202include/net/ax25.hextern void dama_check_need_response(ax25_cb *, int, int);  /* dl1bke 960114 */
ax25_cb203include/net/ax25.hextern void dama_establish_data_link(ax25_cb *);
ax25_cb209include/net/ax25.hextern int  ax25_rt_autobind(ax25_cb *, ax25_address *);
ax25_cb210include/net/ax25.hextern void ax25_rt_build_path(ax25_cb *, ax25_address *);
ax25_cb225include/net/ax25.hextern void ax25_clear_queues(ax25_cb *);
ax25_cb226include/net/ax25.hextern void ax25_frames_acked(ax25_cb *, unsigned short);
ax25_cb227include/net/ax25.hextern void ax25_requeue_frames(ax25_cb *);
ax25_cb228include/net/ax25.hextern int  ax25_validate_nr(ax25_cb *, unsigned short);
ax25_cb229include/net/ax25.hextern int  ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);
ax25_cb230include/net/ax25.hextern void ax25_send_control(ax25_cb *, int, int, int);
ax25_cb231include/net/ax25.hextern unsigned short ax25_calculate_t1(ax25_cb *);
ax25_cb232include/net/ax25.hextern void ax25_calculate_rtt(ax25_cb *);
ax25_cb240include/net/ax25.hextern int  ax25_queue_length(ax25_cb *, struct sk_buff *); /* dl1bke 960327 */
ax25_cb241include/net/ax25.hextern void ax25_dama_on(ax25_cb *);  /* dl1bke 951121 */
ax25_cb242include/net/ax25.hextern void ax25_dama_off(ax25_cb *);  /* dl1bke 951121 */
ax25_cb245include/net/ax25.hextern void ax25_set_timer(ax25_cb *);
ax25_cb246include/net/ax25.hextern void ax25_t1_timeout(ax25_cb *);
ax25_cb250include/net/ax25.hextern ax25_cb * volatile ax25_list;
ax25_cb122include/net/netrom.hextern int  nr_route_frame(struct sk_buff *, ax25_cb *);
ax25_cb256include/net/sock.hax25_cb      *ax25;
ax25_cb129net/ax25/af_ax25.cax25_cb *volatile ax25_list = NULL;
ax25_cb187net/ax25/af_ax25.cstatic void ax25_remove_socket(ax25_cb *ax25)
ax25_cb189net/ax25/af_ax25.cax25_cb *s;
ax25_cb219net/ax25/af_ax25.cax25_cb *s;
ax25_cb262net/ax25/af_ax25.cstatic void ax25_insert_socket(ax25_cb *ax25)
ax25_cb282net/ax25/af_ax25.cax25_cb *s;
ax25_cb306net/ax25/af_ax25.cax25_cb *s;
ax25_cb328net/ax25/af_ax25.cstatic ax25_cb *ax25_find_cb(ax25_address *my_addr, ax25_address *dest_addr, struct device *dev)
ax25_cb330net/ax25/af_ax25.cax25_cb *s;
ax25_cb356net/ax25/af_ax25.cax25_cb *s;
ax25_cb396net/ax25/af_ax25.cvoid ax25_destroy_socket(ax25_cb *);
ax25_cb403net/ax25/af_ax25.cax25_destroy_socket((ax25_cb *)data);
ax25_cb412net/ax25/af_ax25.cvoid ax25_destroy_socket(ax25_cb *ax25)  /* Not static as its used by the timer */
ax25_cb541net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb660net/ax25/af_ax25.cstatic ax25_cb *ax25_create_cb(void)
ax25_cb662net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb664net/ax25/af_ax25.cif ((ax25 = (ax25_cb *)kmalloc(sizeof(*ax25), GFP_ATOMIC)) == NULL)
ax25_cb726net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb743net/ax25/af_ax25.cstatic void ax25_fillin_cb(ax25_cb *ax25, struct device *dev)
ax25_cb772net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb1064net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb1139net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb1587net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb2268net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb64net/ax25/ax25_in.cstatic int ax25_rx_iframe(ax25_cb *, struct sk_buff *);
ax25_cb70net/ax25/ax25_in.cstatic int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb160net/ax25/ax25_in.cstatic int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb213net/ax25/ax25_in.cstatic int ax25_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type, int dama)
ax25_cb289net/ax25/ax25_in.cstatic int ax25_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb369net/ax25/ax25_in.cstatic int ax25_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type, int dama)
ax25_cb561net/ax25/ax25_in.cstatic int ax25_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type, int dama)
ax25_cb805net/ax25/ax25_in.cint ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama)
ax25_cb62net/ax25/ax25_out.cvoid ax25_output(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb160net/ax25/ax25_out.cstatic void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit)
ax25_cb186net/ax25/ax25_out.cvoid ax25_kick(ax25_cb *ax25)
ax25_cb255net/ax25/ax25_out.cvoid ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type)
ax25_cb290net/ax25/ax25_out.cvoid ax25_nr_error_recovery(ax25_cb *ax25)
ax25_cb295net/ax25/ax25_out.cvoid ax25_establish_data_link(ax25_cb *ax25)
ax25_cb311net/ax25/ax25_out.cvoid ax25_transmit_enquiry(ax25_cb *ax25)
ax25_cb323net/ax25/ax25_out.cvoid ax25_enquiry_response(ax25_cb *ax25)
ax25_cb333net/ax25/ax25_out.cvoid ax25_timeout_response(ax25_cb *ax25)
ax25_cb343net/ax25/ax25_out.cvoid ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
ax25_cb362net/ax25/ax25_out.cvoid ax25_check_need_response(ax25_cb *ax25, int type, int pf)
ax25_cb371net/ax25/ax25_out.cvoid dama_enquiry_response(ax25_cb *ax25)
ax25_cb373net/ax25/ax25_out.cax25_cb *ax25o;
ax25_cb435net/ax25/ax25_out.cvoid dama_check_need_response(ax25_cb *ax25, int type, int pf)
ax25_cb441net/ax25/ax25_out.cvoid dama_establish_data_link(ax25_cb *ax25)
ax25_cb528net/ax25/ax25_route.cint ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr)
ax25_cb563net/ax25/ax25_route.cvoid ax25_rt_build_path(ax25_cb *ax25, ax25_address *addr)
ax25_cb63net/ax25/ax25_subr.cvoid ax25_clear_queues(ax25_cb *ax25)
ax25_cb91net/ax25/ax25_subr.cvoid ax25_frames_acked(ax25_cb *ax25, unsigned short nr)
ax25_cb114net/ax25/ax25_subr.cvoid ax25_requeue_frames(ax25_cb *ax25)
ax25_cb136net/ax25/ax25_subr.cint ax25_validate_nr(ax25_cb *ax25, unsigned short nr)
ax25_cb154net/ax25/ax25_subr.cint ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf)
ax25_cb204net/ax25/ax25_subr.cvoid ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type)
ax25_cb290net/ax25/ax25_subr.cunsigned short ax25_calculate_t1(ax25_cb *ax25)
ax25_cb307net/ax25/ax25_subr.cvoid ax25_calculate_rtt(ax25_cb *ax25)
ax25_cb509net/ax25/ax25_subr.cint ax25_queue_length(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb523net/ax25/ax25_subr.cvoid ax25_kiss_cmd(ax25_cb *ax25, unsigned char cmd, unsigned char param)
ax25_cb552net/ax25/ax25_subr.cvoid ax25_dama_on(ax25_cb *ax25)
ax25_cb561net/ax25/ax25_subr.cvoid ax25_dama_off(ax25_cb *ax25)
ax25_cb55net/ax25/ax25_timer.cvoid ax25_set_timer(ax25_cb *ax25)
ax25_cb72net/ax25/ax25_timer.cstatic void ax25_reset_timer(ax25_cb *ax25)
ax25_cb95net/ax25/ax25_timer.cax25_cb *ax25 = (ax25_cb *)param;
ax25_cb234net/ax25/ax25_timer.cvoid ax25_t1_timeout(ax25_cb * ax25)
ax25_cb649net/netrom/nr_route.cint nr_route_frame(struct sk_buff *skb, ax25_cb *ax25)