Searched refs:x25_neigh (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/ |
| H A D | x25.h | 138 struct x25_neigh { struct 153 struct x25_neigh *neighbour; argument 196 struct sock *x25_find_socket(unsigned int, struct x25_neigh *); 198 int x25_rx_call_request(struct sk_buff *, struct x25_neigh *, unsigned int); 199 void x25_kill_by_neigh(struct x25_neigh *); 202 void x25_send_frame(struct sk_buff *, struct x25_neigh *); 205 void x25_establish_link(struct x25_neigh *); 215 void x25_limit_facilities(struct x25_facilities *, struct x25_neigh *); 220 int x25_forward_data(int, struct x25_neigh *, struct sk_buff *); 221 int x25_forward_call(struct x25_address *, struct x25_neigh *, struct sk_buff *, [all …]
|
| /linux/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 = timer_container_of(nb, t, t20timer); in x25_t20timer_expiry() 56 static inline void x25_stop_t20timer(struct x25_neigh *nb) in x25_stop_t20timer() 64 void x25_link_control(struct sk_buff *skb, struct x25_neigh *nb, in x25_link_control() 132 static void x25_transmit_restart_request(struct x25_neigh *nb) in x25_transmit_restart_request() 159 static void x25_transmit_restart_confirmation(struct x25_neigh *nb) in x25_transmit_restart_confirmation() 185 void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, in x25_transmit_clear_request() 212 void x25_transmit_link(struct sk_buff *skb, struct x25_neigh *nb) in x25_transmit_link() [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() 173 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() 89 int x25_forward_data(int lci, struct x25_neigh *from, struct sk_buff *skb) { in x25_forward_data() 93 struct x25_neigh *nb; in x25_forward_data()
|
| H A D | af_x25.c | 210 struct x25_neigh *nb; in x25_device_event() 309 static struct sock *__x25_find_socket(unsigned int lci, struct x25_neigh *nb) in __x25_find_socket() 323 struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb) in x25_find_socket() 336 static unsigned int x25_new_lci(struct x25_neigh *nb) in x25_new_lci() 936 int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb, in x25_getname() 1630 struct x25_neigh *nb; in compat_x25_subscr_ioctl() 1767 void x25_kill_by_neigh(struct x25_neigh *nb)
|
| H A D | x25_facilities.c | 337 struct x25_neigh *nb) in x25_limit_facilities()
|