Searched refs:x25_neigh (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/ |
| A D | x25.h | 138 struct x25_neigh { struct 153 struct x25_neigh *neighbour; argument 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 *); 236 void x25_link_established(struct x25_neigh *); 237 void x25_link_terminated(struct x25_neigh *); 242 struct x25_neigh *x25_get_neigh(struct net_device *); 246 static __inline__ void x25_neigh_hold(struct x25_neigh *nb) in x25_neigh_hold() [all …]
|
| /linux/net/x25/ |
| A D | x25_link.c | 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() 233 void x25_link_established(struct x25_neigh *nb) in x25_link_established() 250 void x25_link_terminated(struct x25_neigh *nb) in x25_link_terminated() 299 static void __x25_remove_neigh(struct x25_neigh *nb) in __x25_remove_neigh() 312 struct x25_neigh *nb; in x25_link_device_down() 318 nb = list_entry(entry, struct x25_neigh, node); in x25_link_device_down() 334 struct x25_neigh *nb, *use = NULL; in x25_get_neigh() 356 struct x25_neigh *nb; in x25_subscr_ioctl() 407 struct x25_neigh *nb; in x25_link_free() [all …]
|
| 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_terminate_link(struct x25_neigh *nb) in x25_terminate_link() 195 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
|
| 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() 90 int x25_forward_data(int lci, struct x25_neigh *from, struct sk_buff *skb) { in x25_forward_data() 94 struct x25_neigh *nb; in x25_forward_data()
|
| A D | af_x25.c | 209 struct x25_neigh *nb; in x25_device_event() 308 static struct sock *__x25_find_socket(unsigned int lci, struct x25_neigh *nb) in __x25_find_socket() 322 struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb) in x25_find_socket() 335 static unsigned int x25_new_lci(struct x25_neigh *nb) in x25_new_lci() 929 int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb, in x25_rx_call_request() 1624 struct x25_neigh *nb; in compat_x25_subscr_ioctl() 1762 void x25_kill_by_neigh(struct x25_neigh *nb) in x25_kill_by_neigh()
|
| A D | x25_facilities.c | 337 struct x25_neigh *nb) in x25_limit_facilities()
|
Completed in 12 milliseconds