Searched refs:x25_neigh (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/net/x25/ |
| H A D | x25_link.c | 36 static void x25_transmit_restart_confirmation(struct x25_neigh *nb); 37 static void x25_transmit_restart_request(struct x25_neigh *nb); 42 static inline void x25_start_t20timer(struct x25_neigh *nb) in x25_start_t20timer() 49 struct x25_neigh *nb = from_timer(nb, t, t20timer); in x25_t20timer_expiry() 56 static inline void x25_stop_t20timer(struct x25_neigh *nb) in x25_stop_t20timer() 61 static inline int x25_t20timer_pending(struct x25_neigh *nb) in x25_t20timer_pending() 69 void x25_link_control(struct sk_buff *skb, struct x25_neigh *nb, in x25_link_control() 112 static void x25_transmit_restart_request(struct x25_neigh *nb) in x25_transmit_restart_request() 139 static void x25_transmit_restart_confirmation(struct x25_neigh *nb) in x25_transmit_restart_confirmation() 165 void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, in x25_transmit_clear_request() [all …]
|
| H A D | x25_dev.c | 26 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) in x25_receive_data() 98 struct x25_neigh *nb; in x25_lapb_receive_frame() 148 void x25_establish_link(struct x25_neigh *nb) in x25_establish_link() 177 void x25_terminate_link(struct x25_neigh *nb) in x25_terminate_link() 203 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
|
| H A D | x25_forward.c | 17 int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, in x25_forward_call() 21 struct x25_neigh *neigh_new = NULL; in x25_forward_call() 92 int x25_forward_data(int lci, struct x25_neigh *from, struct sk_buff *skb) { in x25_forward_data() 97 struct x25_neigh *nb; in x25_forward_data()
|
| H A D | af_x25.c | 225 struct x25_neigh *nb; in x25_device_event() 318 static struct sock *__x25_find_socket(unsigned int lci, struct x25_neigh *nb) in __x25_find_socket() 332 struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb) in x25_find_socket() 345 static unsigned int x25_new_lci(struct x25_neigh *nb) in x25_new_lci() 939 int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb, in x25_rx_call_request() 1634 struct x25_neigh *nb; in compat_x25_subscr_ioctl() 1772 void x25_kill_by_neigh(struct x25_neigh *nb) in x25_kill_by_neigh()
|
| H A D | x25_facilities.c | 337 struct x25_neigh *nb) in x25_limit_facilities()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | x25.h | 138 struct x25_neigh { struct 153 struct x25_neigh *neighbour; argument 199 struct sock *x25_find_socket(unsigned int, struct x25_neigh *); 201 int x25_rx_call_request(struct sk_buff *, struct x25_neigh *, unsigned int); 202 void x25_kill_by_neigh(struct x25_neigh *); 205 void x25_send_frame(struct sk_buff *, struct x25_neigh *); 208 void x25_establish_link(struct x25_neigh *); 209 void x25_terminate_link(struct x25_neigh *); 219 void x25_limit_facilities(struct x25_facilities *, struct x25_neigh *); 224 int x25_forward_data(int, struct x25_neigh *, struct sk_buff *); [all …]
|