taglinefilesource code
ax25_cb142include/net/ax25.hstruct ax25_cb    *next;
ax25_cb166include/net/ax25.hextern void ax25_destroy_socket(ax25_cb *);
ax25_cb179include/net/ax25.hextern int  ax25_process_rx_frame(ax25_cb *, struct sk_buff *, int);
ax25_cb182include/net/ax25.hextern void ax25_output(ax25_cb *, struct sk_buff *);
ax25_cb183include/net/ax25.hextern void ax25_kick(ax25_cb *);
ax25_cb184include/net/ax25.hextern void ax25_transmit_buffer(ax25_cb *, struct sk_buff *, int);
ax25_cb185include/net/ax25.hextern void ax25_nr_error_recovery(ax25_cb *);
ax25_cb186include/net/ax25.hextern void ax25_establish_data_link(ax25_cb *);
ax25_cb187include/net/ax25.hextern void ax25_transmit_enquiry(ax25_cb *);
ax25_cb188include/net/ax25.hextern void ax25_enquiry_response(ax25_cb *);
ax25_cb189include/net/ax25.hextern void ax25_timeout_response(ax25_cb *);
ax25_cb190include/net/ax25.hextern void ax25_check_iframes_acked(ax25_cb *, unsigned short);
ax25_cb191include/net/ax25.hextern void ax25_check_need_response(ax25_cb *, int, int);
ax25_cb197include/net/ax25.hextern int  ax25_rt_autobind(ax25_cb *, ax25_address *);
ax25_cb208include/net/ax25.hextern void ax25_clear_queues(ax25_cb *);
ax25_cb209include/net/ax25.hextern void ax25_frames_acked(ax25_cb *, unsigned short);
ax25_cb210include/net/ax25.hextern void ax25_requeue_frames(ax25_cb *);
ax25_cb211include/net/ax25.hextern int  ax25_validate_nr(ax25_cb *, unsigned short);
ax25_cb212include/net/ax25.hextern int  ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);
ax25_cb213include/net/ax25.hextern void ax25_send_control(ax25_cb *, int, int, int);
ax25_cb214include/net/ax25.hextern unsigned short ax25_calculate_t1(ax25_cb *);
ax25_cb215include/net/ax25.hextern void ax25_calculate_rtt(ax25_cb *);
ax25_cb225include/net/ax25.hextern void ax25_set_timer(ax25_cb *);
ax25_cb121include/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_cb172net/ax25/af_ax25.cstatic void ax25_remove_socket(ax25_cb *ax25)
ax25_cb174net/ax25/af_ax25.cax25_cb *s;
ax25_cb204net/ax25/af_ax25.cax25_cb *s;
ax25_cb247net/ax25/af_ax25.cstatic void ax25_insert_socket(ax25_cb *ax25)
ax25_cb267net/ax25/af_ax25.cax25_cb *s;
ax25_cb291net/ax25/af_ax25.cax25_cb *s;
ax25_cb313net/ax25/af_ax25.cstatic ax25_cb *ax25_find_cb(ax25_address *my_addr, ax25_address *dest_addr, struct device *dev)
ax25_cb315net/ax25/af_ax25.cax25_cb *s;
ax25_cb341net/ax25/af_ax25.cax25_cb *s;
ax25_cb381net/ax25/af_ax25.cvoid ax25_destory_socket(ax25_cb *);
ax25_cb388net/ax25/af_ax25.cax25_destroy_socket((ax25_cb *)data);
ax25_cb397net/ax25/af_ax25.cvoid ax25_destroy_socket(ax25_cb *ax25)  /* Not static as its used by the timer */
ax25_cb516net/ax25/af_ax25.cstatic ax25_cb *ax25_create_cb(void)
ax25_cb518net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb520net/ax25/af_ax25.cif ((ax25 = (ax25_cb *)kmalloc(sizeof(*ax25), GFP_ATOMIC)) == NULL)
ax25_cb572net/ax25/af_ax25.cstatic void ax25_fillin_cb(ax25_cb *ax25, struct device *dev)
ax25_cb596net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb857net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb945net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb1362net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb2051net/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_cb177net/ax25/ax25_in.cstatic int ax25_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb246net/ax25/ax25_in.cstatic int ax25_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb304net/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_cb461net/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_cb212net/ax25/ax25_out.cvoid ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type)
ax25_cb247net/ax25/ax25_out.cvoid ax25_nr_error_recovery(ax25_cb *ax25)
ax25_cb252net/ax25/ax25_out.cvoid ax25_establish_data_link(ax25_cb *ax25)
ax25_cb268net/ax25/ax25_out.cvoid ax25_transmit_enquiry(ax25_cb *ax25)
ax25_cb280net/ax25/ax25_out.cvoid ax25_enquiry_response(ax25_cb *ax25)
ax25_cb290net/ax25/ax25_out.cvoid ax25_timeout_response(ax25_cb *ax25)
ax25_cb300net/ax25/ax25_out.cvoid ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
ax25_cb315net/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_cb105net/ax25/ax25_subr.cvoid ax25_requeue_frames(ax25_cb *ax25)
ax25_cb127net/ax25/ax25_subr.cint ax25_validate_nr(ax25_cb *ax25, unsigned short nr)
ax25_cb145net/ax25/ax25_subr.cint ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf)
ax25_cb195net/ax25/ax25_subr.cvoid ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type)
ax25_cb281net/ax25/ax25_subr.cunsigned short ax25_calculate_t1(ax25_cb *ax25)
ax25_cb298net/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)