taglinefilesource code
ax25_cb134include/net/ax25.hstruct ax25_cb    *next;
ax25_cb158include/net/ax25.hextern void ax25_destroy_socket(ax25_cb *);
ax25_cb171include/net/ax25.hextern int  ax25_process_rx_frame(ax25_cb *, struct sk_buff *, int);
ax25_cb174include/net/ax25.hextern void ax25_output(ax25_cb *, struct sk_buff *);
ax25_cb175include/net/ax25.hextern void ax25_kick(ax25_cb *);
ax25_cb176include/net/ax25.hextern void ax25_transmit_buffer(ax25_cb *, struct sk_buff *, int);
ax25_cb177include/net/ax25.hextern void ax25_nr_error_recovery(ax25_cb *);
ax25_cb178include/net/ax25.hextern void ax25_establish_data_link(ax25_cb *);
ax25_cb179include/net/ax25.hextern void ax25_transmit_enquiry(ax25_cb *);
ax25_cb180include/net/ax25.hextern void ax25_enquiry_response(ax25_cb *);
ax25_cb181include/net/ax25.hextern void ax25_timeout_response(ax25_cb *);
ax25_cb182include/net/ax25.hextern void ax25_check_iframes_acked(ax25_cb *, unsigned short);
ax25_cb183include/net/ax25.hextern void ax25_check_need_response(ax25_cb *, int, int);
ax25_cb189include/net/ax25.hextern int  ax25_rt_autobind(ax25_cb *, ax25_address *);
ax25_cb200include/net/ax25.hextern void ax25_clear_queues(ax25_cb *);
ax25_cb201include/net/ax25.hextern void ax25_frames_acked(ax25_cb *, unsigned short);
ax25_cb202include/net/ax25.hextern int  ax25_validate_nr(ax25_cb *, unsigned short);
ax25_cb203include/net/ax25.hextern int  ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);
ax25_cb204include/net/ax25.hextern void ax25_send_control(ax25_cb *, int, int, int);
ax25_cb205include/net/ax25.hextern unsigned short ax25_calculate_t1(ax25_cb *);
ax25_cb206include/net/ax25.hextern void ax25_calculate_rtt(ax25_cb *);
ax25_cb216include/net/ax25.hextern void ax25_set_timer(ax25_cb *);
ax25_cb120include/net/netrom.hextern int  nr_route_frame(struct sk_buff *, ax25_cb *);
ax25_cb172include/net/sock.hax25_cb      *ax25;
ax25_cb114net/ax25/af_ax25.cstatic ax25_cb *volatile ax25_list = NULL;
ax25_cb169net/ax25/af_ax25.cstatic void ax25_remove_socket(ax25_cb *ax25)
ax25_cb171net/ax25/af_ax25.cax25_cb *s;
ax25_cb201net/ax25/af_ax25.cax25_cb *s;
ax25_cb244net/ax25/af_ax25.cstatic void ax25_insert_socket(ax25_cb *ax25)
ax25_cb264net/ax25/af_ax25.cax25_cb *s;
ax25_cb288net/ax25/af_ax25.cax25_cb *s;
ax25_cb310net/ax25/af_ax25.cstatic ax25_cb *ax25_find_cb(ax25_address *my_addr, ax25_address *dest_addr, struct device *dev)
ax25_cb312net/ax25/af_ax25.cax25_cb *s;
ax25_cb338net/ax25/af_ax25.cax25_cb *s;
ax25_cb378net/ax25/af_ax25.cvoid ax25_destory_socket(ax25_cb *);
ax25_cb385net/ax25/af_ax25.cax25_destroy_socket((ax25_cb *)data);
ax25_cb394net/ax25/af_ax25.cvoid ax25_destroy_socket(ax25_cb *ax25)  /* Not static as its used by the timer */
ax25_cb513net/ax25/af_ax25.cstatic ax25_cb *ax25_create_cb(void)
ax25_cb515net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb517net/ax25/af_ax25.cif ((ax25 = (ax25_cb *)kmalloc(sizeof(*ax25), GFP_ATOMIC)) == NULL)
ax25_cb569net/ax25/af_ax25.cstatic void ax25_fillin_cb(ax25_cb *ax25, struct device *dev)
ax25_cb593net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb854net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb926net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb1344net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb2032net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb58net/ax25/ax25_in.cstatic int ax25_rx_iframe(ax25_cb *, struct sk_buff *);
ax25_cb64net/ax25/ax25_in.cstatic int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb130net/ax25/ax25_in.cstatic int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb179net/ax25/ax25_in.cstatic int ax25_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb248net/ax25/ax25_in.cstatic int ax25_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb306net/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)
ax25_cb465net/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)
ax25_cb667net/ax25/ax25_in.cint ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type)
ax25_cb56net/ax25/ax25_out.cvoid ax25_output(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb119net/ax25/ax25_out.cstatic void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit)
ax25_cb145net/ax25/ax25_out.cvoid ax25_kick(ax25_cb *ax25)
ax25_cb211net/ax25/ax25_out.cvoid ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type)
ax25_cb246net/ax25/ax25_out.cvoid ax25_nr_error_recovery(ax25_cb *ax25)
ax25_cb251net/ax25/ax25_out.cvoid ax25_establish_data_link(ax25_cb *ax25)
ax25_cb267net/ax25/ax25_out.cvoid ax25_transmit_enquiry(ax25_cb *ax25)
ax25_cb279net/ax25/ax25_out.cvoid ax25_enquiry_response(ax25_cb *ax25)
ax25_cb289net/ax25/ax25_out.cvoid ax25_timeout_response(ax25_cb *ax25)
ax25_cb299net/ax25/ax25_out.cvoid ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
ax25_cb314net/ax25/ax25_out.cvoid ax25_check_need_response(ax25_cb *ax25, int type, int pf)
ax25_cb364net/ax25/ax25_route.cint ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr)
ax25_cb56net/ax25/ax25_subr.cvoid ax25_clear_queues(ax25_cb *ax25)
ax25_cb84net/ax25/ax25_subr.cvoid ax25_frames_acked(ax25_cb *ax25, unsigned short nr)
ax25_cb118net/ax25/ax25_subr.cint ax25_validate_nr(ax25_cb *ax25, unsigned short nr)
ax25_cb136net/ax25/ax25_subr.cint ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf)
ax25_cb186net/ax25/ax25_subr.cvoid ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type)
ax25_cb272net/ax25/ax25_subr.cunsigned short ax25_calculate_t1(ax25_cb *ax25)
ax25_cb293net/ax25/ax25_subr.cvoid ax25_calculate_rtt(ax25_cb *ax25)
ax25_cb53net/ax25/ax25_timer.cvoid ax25_set_timer(ax25_cb *ax25)
ax25_cb70net/ax25/ax25_timer.cstatic void ax25_reset_timer(ax25_cb *ax25)
ax25_cb93net/ax25/ax25_timer.cax25_cb *ax25 = (ax25_cb *)param;
ax25_cb647net/netrom/nr_route.cint nr_route_frame(struct sk_buff *skb, ax25_cb *ax25)