taglinefilesource code
ax25_cb145include/net/ax25.hstruct ax25_cb    *next;
ax25_cb172include/net/ax25.hextern void ax25_destroy_socket(ax25_cb *);
ax25_cb186include/net/ax25.hextern int  ax25_process_rx_frame(ax25_cb *, struct sk_buff *, int, int);
ax25_cb189include/net/ax25.hextern void ax25_output(ax25_cb *, struct sk_buff *);
ax25_cb190include/net/ax25.hextern void ax25_kick(ax25_cb *);
ax25_cb191include/net/ax25.hextern void ax25_transmit_buffer(ax25_cb *, struct sk_buff *, int);
ax25_cb192include/net/ax25.hextern void ax25_nr_error_recovery(ax25_cb *);
ax25_cb193include/net/ax25.hextern void ax25_establish_data_link(ax25_cb *);
ax25_cb194include/net/ax25.hextern void ax25_transmit_enquiry(ax25_cb *);
ax25_cb195include/net/ax25.hextern void ax25_enquiry_response(ax25_cb *);
ax25_cb196include/net/ax25.hextern void ax25_timeout_response(ax25_cb *);
ax25_cb197include/net/ax25.hextern void ax25_check_iframes_acked(ax25_cb *, unsigned short);
ax25_cb198include/net/ax25.hextern void ax25_check_need_response(ax25_cb *, int, int);
ax25_cb199include/net/ax25.hextern void dama_enquiry_response(ax25_cb *);      /* dl1bke 960114 */
ax25_cb200include/net/ax25.hextern void dama_check_need_response(ax25_cb *, int, int);  /* dl1bke 960114 */
ax25_cb201include/net/ax25.hextern void dama_establish_data_link(ax25_cb *);
ax25_cb207include/net/ax25.hextern int  ax25_rt_autobind(ax25_cb *, ax25_address *);
ax25_cb208include/net/ax25.hextern void ax25_rt_build_path(ax25_cb *, ax25_address *);
ax25_cb223include/net/ax25.hextern void ax25_clear_queues(ax25_cb *);
ax25_cb224include/net/ax25.hextern void ax25_frames_acked(ax25_cb *, unsigned short);
ax25_cb225include/net/ax25.hextern void ax25_requeue_frames(ax25_cb *);
ax25_cb226include/net/ax25.hextern int  ax25_validate_nr(ax25_cb *, unsigned short);
ax25_cb227include/net/ax25.hextern int  ax25_decode(ax25_cb *, struct sk_buff *, int *, int *, int *);
ax25_cb228include/net/ax25.hextern void ax25_send_control(ax25_cb *, int, int, int);
ax25_cb229include/net/ax25.hextern unsigned short ax25_calculate_t1(ax25_cb *);
ax25_cb230include/net/ax25.hextern void ax25_calculate_rtt(ax25_cb *);
ax25_cb238include/net/ax25.hextern void ax25_dama_on(ax25_cb *);  /* dl1bke 951121 */
ax25_cb239include/net/ax25.hextern void ax25_dama_off(ax25_cb *);  /* dl1bke 951121 */
ax25_cb242include/net/ax25.hextern void ax25_set_timer(ax25_cb *);
ax25_cb243include/net/ax25.hextern void ax25_t1_timeout(ax25_cb *);
ax25_cb247include/net/ax25.hextern ax25_cb * volatile ax25_list;
ax25_cb121include/net/netrom.hextern int  nr_route_frame(struct sk_buff *, ax25_cb *);
ax25_cb255include/net/sock.hax25_cb      *ax25;
ax25_cb126net/ax25/af_ax25.cax25_cb *volatile ax25_list = NULL;
ax25_cb184net/ax25/af_ax25.cstatic void ax25_remove_socket(ax25_cb *ax25)
ax25_cb186net/ax25/af_ax25.cax25_cb *s;
ax25_cb216net/ax25/af_ax25.cax25_cb *s;
ax25_cb259net/ax25/af_ax25.cstatic void ax25_insert_socket(ax25_cb *ax25)
ax25_cb279net/ax25/af_ax25.cax25_cb *s;
ax25_cb303net/ax25/af_ax25.cax25_cb *s;
ax25_cb325net/ax25/af_ax25.cstatic ax25_cb *ax25_find_cb(ax25_address *my_addr, ax25_address *dest_addr, struct device *dev)
ax25_cb327net/ax25/af_ax25.cax25_cb *s;
ax25_cb353net/ax25/af_ax25.cax25_cb *s;
ax25_cb393net/ax25/af_ax25.cvoid ax25_destory_socket(ax25_cb *);
ax25_cb400net/ax25/af_ax25.cax25_destroy_socket((ax25_cb *)data);
ax25_cb409net/ax25/af_ax25.cvoid ax25_destroy_socket(ax25_cb *ax25)  /* Not static as its used by the timer */
ax25_cb539net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb648net/ax25/af_ax25.cstatic ax25_cb *ax25_create_cb(void)
ax25_cb650net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb652net/ax25/af_ax25.cif ((ax25 = (ax25_cb *)kmalloc(sizeof(*ax25), GFP_ATOMIC)) == NULL)
ax25_cb713net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb730net/ax25/af_ax25.cstatic void ax25_fillin_cb(ax25_cb *ax25, struct device *dev)
ax25_cb758net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb1046net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb1134net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb1589net/ax25/af_ax25.cax25_cb *ax25;
ax25_cb2270net/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_cb216net/ax25/ax25_in.cstatic int ax25_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type, int dama)
ax25_cb292net/ax25/ax25_in.cstatic int ax25_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
ax25_cb372net/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_cb564net/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_cb808net/ax25/ax25_in.cint ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama)
ax25_cb60net/ax25/ax25_out.cvoid ax25_output(ax25_cb *ax25, struct sk_buff *skb)
ax25_cb154net/ax25/ax25_out.cstatic void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit)
ax25_cb180net/ax25/ax25_out.cvoid ax25_kick(ax25_cb *ax25)
ax25_cb249net/ax25/ax25_out.cvoid ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type)
ax25_cb284net/ax25/ax25_out.cvoid ax25_nr_error_recovery(ax25_cb *ax25)
ax25_cb289net/ax25/ax25_out.cvoid ax25_establish_data_link(ax25_cb *ax25)
ax25_cb305net/ax25/ax25_out.cvoid ax25_transmit_enquiry(ax25_cb *ax25)
ax25_cb317net/ax25/ax25_out.cvoid ax25_enquiry_response(ax25_cb *ax25)
ax25_cb327net/ax25/ax25_out.cvoid ax25_timeout_response(ax25_cb *ax25)
ax25_cb337net/ax25/ax25_out.cvoid ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
ax25_cb356net/ax25/ax25_out.cvoid ax25_check_need_response(ax25_cb *ax25, int type, int pf)
ax25_cb365net/ax25/ax25_out.cvoid dama_enquiry_response(ax25_cb *ax25)
ax25_cb367net/ax25/ax25_out.cax25_cb *ax25o;
ax25_cb429net/ax25/ax25_out.cvoid dama_check_need_response(ax25_cb *ax25, int type, int pf)
ax25_cb435net/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_cb61net/ax25/ax25_subr.cvoid ax25_clear_queues(ax25_cb *ax25)
ax25_cb89net/ax25/ax25_subr.cvoid ax25_frames_acked(ax25_cb *ax25, unsigned short nr)
ax25_cb112net/ax25/ax25_subr.cvoid ax25_requeue_frames(ax25_cb *ax25)
ax25_cb134net/ax25/ax25_subr.cint ax25_validate_nr(ax25_cb *ax25, unsigned short nr)
ax25_cb152net/ax25/ax25_subr.cint ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf)
ax25_cb202net/ax25/ax25_subr.cvoid ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type)
ax25_cb288net/ax25/ax25_subr.cunsigned short ax25_calculate_t1(ax25_cb *ax25)
ax25_cb305net/ax25/ax25_subr.cvoid ax25_calculate_rtt(ax25_cb *ax25)
ax25_cb485net/ax25/ax25_subr.cvoid ax25_kiss_cmd(ax25_cb *ax25, unsigned char cmd, unsigned char param)
ax25_cb514net/ax25/ax25_subr.cvoid ax25_dama_on(ax25_cb *ax25)
ax25_cb523net/ax25/ax25_subr.cvoid ax25_dama_off(ax25_cb *ax25)
ax25_cb54net/ax25/ax25_timer.cvoid ax25_set_timer(ax25_cb *ax25)
ax25_cb71net/ax25/ax25_timer.cstatic void ax25_reset_timer(ax25_cb *ax25)
ax25_cb94net/ax25/ax25_timer.cax25_cb *ax25 = (ax25_cb *)param;
ax25_cb232net/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)