Symbol: x25_neigh
include/net/x25.h
153
struct x25_neigh *neighbour;
include/net/x25.h
196
struct sock *x25_find_socket(unsigned int, struct x25_neigh *);
include/net/x25.h
198
int x25_rx_call_request(struct sk_buff *, struct x25_neigh *, unsigned int);
include/net/x25.h
199
void x25_kill_by_neigh(struct x25_neigh *);
include/net/x25.h
202
void x25_send_frame(struct sk_buff *, struct x25_neigh *);
include/net/x25.h
205
void x25_establish_link(struct x25_neigh *);
include/net/x25.h
215
void x25_limit_facilities(struct x25_facilities *, struct x25_neigh *);
include/net/x25.h
220
int x25_forward_data(int, struct x25_neigh *, struct sk_buff *);
include/net/x25.h
221
int x25_forward_call(struct x25_address *, struct x25_neigh *, struct sk_buff *,
include/net/x25.h
229
void x25_link_control(struct sk_buff *, struct x25_neigh *, unsigned short);
include/net/x25.h
232
void x25_link_established(struct x25_neigh *);
include/net/x25.h
233
void x25_link_terminated(struct x25_neigh *);
include/net/x25.h
234
void x25_transmit_clear_request(struct x25_neigh *, unsigned int,
include/net/x25.h
236
void x25_transmit_link(struct sk_buff *, struct x25_neigh *);
include/net/x25.h
238
struct x25_neigh *x25_get_neigh(struct net_device *);
include/net/x25.h
242
static __inline__ void x25_neigh_hold(struct x25_neigh *nb)
include/net/x25.h
247
static __inline__ void x25_neigh_put(struct x25_neigh *nb)
net/x25/af_x25.c
1634
struct x25_neigh *nb;
net/x25/af_x25.c
1771
void x25_kill_by_neigh(struct x25_neigh *nb)
net/x25/af_x25.c
209
struct x25_neigh *nb;
net/x25/af_x25.c
308
static struct sock *__x25_find_socket(unsigned int lci, struct x25_neigh *nb)
net/x25/af_x25.c
322
struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb)
net/x25/af_x25.c
335
static unsigned int x25_new_lci(struct x25_neigh *nb)
net/x25/af_x25.c
940
int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb,
net/x25/x25_dev.c
148
void x25_establish_link(struct x25_neigh *nb)
net/x25/x25_dev.c
173
void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb)
net/x25/x25_dev.c
26
static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb)
net/x25/x25_dev.c
98
struct x25_neigh *nb;
net/x25/x25_facilities.c
337
struct x25_neigh *nb)
net/x25/x25_forward.c
17
int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from,
net/x25/x25_forward.c
21
struct x25_neigh *neigh_new = NULL;
net/x25/x25_forward.c
89
int x25_forward_data(int lci, struct x25_neigh *from, struct sk_buff *skb) {
net/x25/x25_forward.c
93
struct x25_neigh *nb;
net/x25/x25_link.c
132
static void x25_transmit_restart_request(struct x25_neigh *nb)
net/x25/x25_link.c
159
static void x25_transmit_restart_confirmation(struct x25_neigh *nb)
net/x25/x25_link.c
185
void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci,
net/x25/x25_link.c
212
void x25_transmit_link(struct sk_buff *skb, struct x25_neigh *nb)
net/x25/x25_link.c
233
void x25_link_established(struct x25_neigh *nb)
net/x25/x25_link.c
250
void x25_link_terminated(struct x25_neigh *nb)
net/x25/x25_link.c
265
struct x25_neigh *nb = kmalloc_obj(*nb, GFP_ATOMIC);
net/x25/x25_link.c
299
static void __x25_remove_neigh(struct x25_neigh *nb)
net/x25/x25_link.c
312
struct x25_neigh *nb;
net/x25/x25_link.c
318
nb = list_entry(entry, struct x25_neigh, node);
net/x25/x25_link.c
332
struct x25_neigh *x25_get_neigh(struct net_device *dev)
net/x25/x25_link.c
334
struct x25_neigh *nb, *use = NULL;
net/x25/x25_link.c
356
struct x25_neigh *nb;
net/x25/x25_link.c
36
static void x25_transmit_restart_confirmation(struct x25_neigh *nb);
net/x25/x25_link.c
37
static void x25_transmit_restart_request(struct x25_neigh *nb);
net/x25/x25_link.c
407
struct x25_neigh *nb;
net/x25/x25_link.c
415
nb = list_entry(entry, struct x25_neigh, node);
net/x25/x25_link.c
42
static inline void x25_start_t20timer(struct x25_neigh *nb)
net/x25/x25_link.c
49
struct x25_neigh *nb = timer_container_of(nb, t, t20timer);
net/x25/x25_link.c
56
static inline void x25_stop_t20timer(struct x25_neigh *nb)
net/x25/x25_link.c
64
void x25_link_control(struct sk_buff *skb, struct x25_neigh *nb,