Home
last modified time | relevance | path

Searched refs:x25_neigh (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dx25.h138 struct x25_neigh { struct
153 struct x25_neigh *neighbour;
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 *, struc
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dx25.h138 struct x25_neigh { struct
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 *, struc
[all...]
/kernel/linux/linux-5.10/net/x25/
H A Dx25_link.c16 * 2000-09-04 Henner Eisen dev_hold() / dev_put() for x25_neigh.
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 *n
[all...]
H A Dx25_dev.c26 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 Dx25_forward.c17 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 Daf_x25.c225 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()
945 int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb, in x25_rx_call_request()
1640 struct x25_neigh *nb; in compat_x25_subscr_ioctl()
1778 void x25_kill_by_neigh(struct x25_neigh *nb) in x25_kill_by_neigh()
H A Dx25_facilities.c337 struct x25_neigh *nb) in x25_limit_facilities()
/kernel/linux/linux-6.6/net/x25/
H A Dx25_link.c16 * 2000-09-04 Henner Eisen dev_hold() / dev_put() for x25_neigh.
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()
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 *n
[all...]
H A Dx25_dev.c26 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()
H A Dx25_forward.c17 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()
H A Daf_x25.c209 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()
940 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()
1771 void x25_kill_by_neigh(struct x25_neigh *nb) in x25_kill_by_neigh()
H A Dx25_facilities.c337 struct x25_neigh *nb) in x25_limit_facilities()

Completed in 10 milliseconds