/linux-3.3/net/ax25/ |
D | ax25_timer.c | 43 void ax25_setup_timers(ax25_cb *ax25) in ax25_setup_timers() 53 void ax25_start_heartbeat(ax25_cb *ax25) in ax25_start_heartbeat() 58 void ax25_start_t1timer(ax25_cb *ax25) in ax25_start_t1timer() 63 void ax25_start_t2timer(ax25_cb *ax25) in ax25_start_t2timer() 68 void ax25_start_t3timer(ax25_cb *ax25) in ax25_start_t3timer() 76 void ax25_start_idletimer(ax25_cb *ax25) in ax25_start_idletimer() 84 void ax25_stop_heartbeat(ax25_cb *ax25) in ax25_stop_heartbeat() 89 void ax25_stop_t1timer(ax25_cb *ax25) in ax25_stop_t1timer() 94 void ax25_stop_t2timer(ax25_cb *ax25) in ax25_stop_t2timer() 99 void ax25_stop_t3timer(ax25_cb *ax25) in ax25_stop_t3timer() [all …]
|
D | ax25_subr.c | 37 void ax25_clear_queues(ax25_cb *ax25) in ax25_clear_queues() 50 void ax25_frames_acked(ax25_cb *ax25, unsigned short nr) in ax25_frames_acked() 66 void ax25_requeue_frames(ax25_cb *ax25) in ax25_requeue_frames() 83 int ax25_validate_nr(ax25_cb *ax25, unsigned short nr) in ax25_validate_nr() 101 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) in ax25_decode() 151 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) in ax25_send_control() 224 void ax25_calculate_t1(ax25_cb *ax25) in ax25_calculate_t1() 249 void ax25_calculate_rtt(ax25_cb *ax25) in ax25_calculate_rtt() 264 void ax25_disconnect(ax25_cb *ax25, int reason) in ax25_disconnect()
|
D | ax25_std_subr.c | 34 void ax25_std_nr_error_recovery(ax25_cb *ax25) in ax25_std_nr_error_recovery() 39 void ax25_std_establish_data_link(ax25_cb *ax25) in ax25_std_establish_data_link() 56 void ax25_std_transmit_enquiry(ax25_cb *ax25) in ax25_std_transmit_enquiry() 69 void ax25_std_enquiry_response(ax25_cb *ax25) in ax25_std_enquiry_response() 79 void ax25_std_timeout_response(ax25_cb *ax25) in ax25_std_timeout_response()
|
D | ax25_std_timer.c | 33 void ax25_std_heartbeat_expiry(ax25_cb *ax25) in ax25_std_heartbeat_expiry() 81 void ax25_std_t2timer_expiry(ax25_cb *ax25) in ax25_std_t2timer_expiry() 89 void ax25_std_t3timer_expiry(ax25_cb *ax25) in ax25_std_t3timer_expiry() 96 void ax25_std_idletimer_expiry(ax25_cb *ax25) in ax25_std_idletimer_expiry() 122 void ax25_std_t1timer_expiry(ax25_cb *ax25) in ax25_std_t1timer_expiry()
|
D | ax25_ds_subr.c | 32 void ax25_ds_nr_error_recovery(ax25_cb *ax25) in ax25_ds_nr_error_recovery() 40 void ax25_ds_enquiry_response(ax25_cb *ax25) in ax25_ds_enquiry_response() 112 void ax25_ds_establish_data_link(ax25_cb *ax25) in ax25_ds_establish_data_link() 161 ax25_cb *ax25; in ax25_check_dama_slave() local 200 void ax25_dama_on(ax25_cb *ax25) in ax25_dama_on() 206 void ax25_dama_off(ax25_cb *ax25) in ax25_dama_off()
|
D | ax25_ds_timer.c | 73 ax25_cb *ax25; in ax25_ds_timeout() local 97 void ax25_ds_heartbeat_expiry(ax25_cb *ax25) in ax25_ds_heartbeat_expiry() 149 void ax25_ds_t3timer_expiry(ax25_cb *ax25) in ax25_ds_t3timer_expiry() 160 void ax25_ds_idletimer_expiry(ax25_cb *ax25) in ax25_ds_idletimer_expiry() 192 void ax25_ds_t1_timeout(ax25_cb *ax25) in ax25_ds_t1_timeout()
|
D | ax25_out.c | 40 ax25_cb *ax25; in ax25_send_frame() local 121 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) in ax25_output() 216 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) in ax25_send_iframe() 246 void ax25_kick(ax25_cb *ax25) in ax25_kick() 331 void ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_transmit_buffer() 381 int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr) in ax25_check_iframes_acked()
|
D | af_ax25.c | 68 static void ax25_cb_del(ax25_cb *ax25) in ax25_cb_del() 146 void ax25_cb_add(ax25_cb *ax25) in ax25_cb_add() 280 ax25_cb *ax25=(ax25_cb *)data; in ax25_destroy_timer() local 298 void ax25_destroy_socket(ax25_cb *ax25) in ax25_destroy_socket() 360 ax25_cb *ax25; in ax25_ctl_ioctl() local 456 static void ax25_fillin_cb_from_dev(ax25_cb *ax25, ax25_dev *ax25_dev) in ax25_fillin_cb_from_dev() 480 void ax25_fillin_cb(ax25_cb *ax25, ax25_dev *ax25_dev) in ax25_fillin_cb() 515 ax25_cb *ax25; in ax25_create_cb() local 545 ax25_cb *ax25; in ax25_setsockopt() local 687 ax25_cb *ax25; in ax25_getsockopt() local [all …]
|
D | ax25_std_in.c | 43 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state1_machine() 107 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state2_machine() 145 static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state3_machine() 270 static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state4_machine() 423 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_std_frame_in()
|
D | ax25_ds_in.c | 36 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int ty… in ax25_ds_state1_machine() 104 static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int ty… in ax25_ds_state2_machine() 149 static int ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr… in ax25_ds_state3_machine() 283 int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_ds_frame_in()
|
D | ax25_in.c | 39 static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_fragment() 104 int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_iframe() 162 static int ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama) in ax25_process_rx_frame() 195 ax25_cb *ax25; in ax25_rcv() local
|
D | ax25_ip.c | 113 ax25_cb *ax25; in ax25_rebuild_header() local
|
D | ax25_iface.c | 194 void ax25_link_failed(ax25_cb *ax25, int reason) in ax25_link_failed()
|
D | ax25_route.c | 412 int ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr) in ax25_rt_autobind()
|
/linux-3.3/net/netrom/ |
D | nr_route.c | 92 ax25_address *ax25, ax25_digi *ax25_digi, struct net_device *dev, in nr_add_node() 738 void nr_link_failed(ax25_cb *ax25, int reason) in nr_link_failed() 780 int nr_route_frame(struct sk_buff *skb, ax25_cb *ax25) in nr_route_frame()
|
/linux-3.3/net/rose/ |
D | rose_route.c | 813 void rose_link_failed(ax25_cb *ax25, int reason) in rose_link_failed() 854 int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25) in rose_route_frame()
|
/linux-3.3/include/net/ |
D | ax25.h | 167 #define ax25_uid_hold(ax25) \ argument 256 static __inline__ void ax25_cb_put(ax25_cb *ax25) in ax25_cb_put()
|
D | netrom.h | 89 ax25_cb *ax25; member
|
D | rose.h | 94 ax25_cb *ax25; member
|