Lines Matching defs:x25_neigh
138 struct x25_neigh {
153 struct x25_neigh *neighbour;
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 *);
206 void x25_terminate_link(struct x25_neigh *);
216 void x25_limit_facilities(struct x25_facilities *, struct x25_neigh *);
221 int x25_forward_data(int, struct x25_neigh *, struct sk_buff *);
222 int x25_forward_call(struct x25_address *, struct x25_neigh *, struct sk_buff *,
230 void x25_link_control(struct sk_buff *, struct x25_neigh *, unsigned short);
233 void x25_link_established(struct x25_neigh *);
234 void x25_link_terminated(struct x25_neigh *);
235 void x25_transmit_clear_request(struct x25_neigh *, unsigned int,
237 void x25_transmit_link(struct sk_buff *, struct x25_neigh *);
239 struct x25_neigh *x25_get_neigh(struct net_device *);
242 /* x25_neigh.c */
243 static __inline__ void x25_neigh_hold(struct x25_neigh *nb)
248 static __inline__ void x25_neigh_put(struct x25_neigh *nb)