Searched refs:l2tp_tunnel (Results 1 - 25 of 35) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_core.h50 struct l2tp_tunnel;
89 struct l2tp_tunnel *tunnel; /* back pointer to tunnel
158 struct l2tp_tunnel { struct
194 static inline void *l2tp_tunnel_priv(struct l2tp_tunnel *tunnel)
204 static inline struct l2tp_tunnel *l2tp_sock_to_tunnel(struct sock *sk)
206 struct l2tp_tunnel *tunnel;
212 tunnel = (struct l2tp_tunnel *)(sk->sk_user_data);
224 extern struct l2tp_session *l2tp_session_find(struct net *net, struct l2tp_tunnel *tunnel, u32 session_id);
225 extern struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth);
227 extern struct l2tp_tunnel *l2tp_tunnel_fin
[all...]
H A Dl2tp_core.c166 l2tp_session_id_hash(struct l2tp_tunnel *tunnel, u32 session_id)
173 struct l2tp_session *l2tp_session_find(struct net *net, struct l2tp_tunnel *tunnel, u32 session_id)
200 struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth)
251 struct l2tp_tunnel *l2tp_tunnel_find(struct net *net, u32 tunnel_id)
253 struct l2tp_tunnel *tunnel;
269 struct l2tp_tunnel *l2tp_tunnel_find_nth(struct net *net, int nth)
272 struct l2tp_tunnel *tunnel;
325 struct l2tp_tunnel *tunnel = session->tunnel;
503 struct l2tp_tunnel *tunnel = session->tunnel;
706 int l2tp_udp_recv_core(struct l2tp_tunnel *tunne
[all...]
H A Dl2tp_netlink.c48 struct l2tp_tunnel *tunnel;
105 struct l2tp_tunnel *tunnel;
172 struct l2tp_tunnel *tunnel;
197 struct l2tp_tunnel *tunnel;
222 struct l2tp_tunnel *tunnel)
282 struct l2tp_tunnel *tunnel;
324 struct l2tp_tunnel *tunnel;
352 struct l2tp_tunnel *tunnel;
557 struct l2tp_tunnel *tunnel = session->tunnel;
648 struct l2tp_tunnel *tunne
[all...]
H A Dl2tp_ppp.c310 struct l2tp_tunnel *tunnel;
394 struct l2tp_tunnel *tunnel;
627 struct l2tp_tunnel *tunnel;
841 struct l2tp_tunnel *tunnel;
910 struct l2tp_tunnel *tunnel;
1013 struct l2tp_tunnel *tunnel = session->tunnel;
1139 static int pppol2tp_tunnel_ioctl(struct l2tp_tunnel *tunnel,
1205 struct l2tp_tunnel *tunnel;
1264 struct l2tp_tunnel *tunnel,
1360 struct l2tp_tunnel *tunne
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/l2tp/
H A Dl2tp_core.h50 struct l2tp_tunnel;
89 struct l2tp_tunnel *tunnel; /* back pointer to tunnel
158 struct l2tp_tunnel { struct
194 static inline void *l2tp_tunnel_priv(struct l2tp_tunnel *tunnel)
204 static inline struct l2tp_tunnel *l2tp_sock_to_tunnel(struct sock *sk)
206 struct l2tp_tunnel *tunnel;
212 tunnel = (struct l2tp_tunnel *)(sk->sk_user_data);
224 extern struct l2tp_session *l2tp_session_find(struct net *net, struct l2tp_tunnel *tunnel, u32 session_id);
225 extern struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth);
227 extern struct l2tp_tunnel *l2tp_tunnel_fin
[all...]
H A Dl2tp_core.c166 l2tp_session_id_hash(struct l2tp_tunnel *tunnel, u32 session_id)
173 struct l2tp_session *l2tp_session_find(struct net *net, struct l2tp_tunnel *tunnel, u32 session_id)
200 struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth)
251 struct l2tp_tunnel *l2tp_tunnel_find(struct net *net, u32 tunnel_id)
253 struct l2tp_tunnel *tunnel;
269 struct l2tp_tunnel *l2tp_tunnel_find_nth(struct net *net, int nth)
272 struct l2tp_tunnel *tunnel;
325 struct l2tp_tunnel *tunnel = session->tunnel;
503 struct l2tp_tunnel *tunnel = session->tunnel;
706 int l2tp_udp_recv_core(struct l2tp_tunnel *tunne
[all...]
H A Dl2tp_netlink.c48 struct l2tp_tunnel *tunnel;
105 struct l2tp_tunnel *tunnel;
172 struct l2tp_tunnel *tunnel;
197 struct l2tp_tunnel *tunnel;
222 struct l2tp_tunnel *tunnel)
282 struct l2tp_tunnel *tunnel;
324 struct l2tp_tunnel *tunnel;
352 struct l2tp_tunnel *tunnel;
557 struct l2tp_tunnel *tunnel = session->tunnel;
648 struct l2tp_tunnel *tunne
[all...]
H A Dl2tp_ppp.c310 struct l2tp_tunnel *tunnel;
394 struct l2tp_tunnel *tunnel;
627 struct l2tp_tunnel *tunnel;
841 struct l2tp_tunnel *tunnel;
910 struct l2tp_tunnel *tunnel;
1013 struct l2tp_tunnel *tunnel = session->tunnel;
1139 static int pppol2tp_tunnel_ioctl(struct l2tp_tunnel *tunnel,
1205 struct l2tp_tunnel *tunnel;
1264 struct l2tp_tunnel *tunnel,
1360 struct l2tp_tunnel *tunne
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-l2tp/
H A Dtunnel.c37 static l2tp_tunnel *tunnel_new(EventSelector *es);
38 static void tunnel_free(l2tp_tunnel *tunnel);
39 static int tunnel_send_SCCRQ(l2tp_tunnel *tunnel);
43 static void tunnel_handle_SCCRP(l2tp_tunnel *tunnel,
45 static void tunnel_handle_SCCCN(l2tp_tunnel *tunnel,
47 static void tunnel_handle_ICRQ(l2tp_tunnel *tunnel,
49 static void tunnel_process_received_datagram(l2tp_tunnel *tunnel,
51 static void tunnel_schedule_ack(l2tp_tunnel *tunnel);
62 static void tunnel_dequeue_acked_packets(l2tp_tunnel *tunnel);
64 static void tunnel_send_StopCCN(l2tp_tunnel *tunne
[all...]
H A Dl2tp.h139 } l2tp_tunnel; typedef in typeref:struct:l2tp_tunnel_t
144 l2tp_tunnel *tunnel; /* Tunnel we belong to */
182 int (*tunnel_establish)(l2tp_tunnel *tun);
186 void (*tunnel_close)(l2tp_tunnel *tun);
354 l2tp_session *l2tp_tunnel_find_session(l2tp_tunnel *tunnel, uint16_t sid);
355 l2tp_tunnel *l2tp_tunnel_find_by_my_id(uint16_t id);
356 l2tp_tunnel *l2tp_tunnel_find_for_peer(l2tp_peer *peer, EventSelector *es);
364 void l2tp_tunnel_xmit_control_message(l2tp_tunnel *tunnel, l2tp_dgram *dgram);
365 void l2tp_tunnel_stop_tunnel(l2tp_tunnel *tunnel, char const *reason);
368 l2tp_session *l2tp_tunnel_first_session(l2tp_tunnel *tunne
[all...]
H A Dsession.c25 static uint16_t session_make_sid(l2tp_tunnel *tunnel);
129 l2tp_tunnel *tunnel;
176 session_make_sid(l2tp_tunnel *tunnel)
201 l2tp_tunnel *tunnel = ses->tunnel;
337 l2tp_tunnel *tunnel = ses->tunnel;
394 l2tp_session_lns_handle_incoming_call(l2tp_tunnel *tunnel,
513 l2tp_tunnel *tunnel = ses->tunnel;
603 l2tp_tunnel *tunnel = ses->tunnel;
H A Ddgram.c321 l2tp_tunnel *tunnel;
586 l2tp_tunnel *tunnel,
686 l2tp_tunnel *tunnel,
971 l2tp_tunnel *tunnel,
1020 l2tp_tunnel *tunnel = ses->tunnel;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-l2tp/
H A Dtunnel.c37 static l2tp_tunnel *tunnel_new(EventSelector *es);
38 static void tunnel_free(l2tp_tunnel *tunnel);
39 static int tunnel_send_SCCRQ(l2tp_tunnel *tunnel);
43 static void tunnel_handle_SCCRP(l2tp_tunnel *tunnel,
45 static void tunnel_handle_SCCCN(l2tp_tunnel *tunnel,
47 static void tunnel_handle_ICRQ(l2tp_tunnel *tunnel,
49 static void tunnel_process_received_datagram(l2tp_tunnel *tunnel,
51 static void tunnel_schedule_ack(l2tp_tunnel *tunnel);
62 static void tunnel_dequeue_acked_packets(l2tp_tunnel *tunnel);
64 static void tunnel_send_StopCCN(l2tp_tunnel *tunne
[all...]
H A Dl2tp.h139 } l2tp_tunnel; typedef in typeref:struct:l2tp_tunnel_t
144 l2tp_tunnel *tunnel; /* Tunnel we belong to */
182 int (*tunnel_establish)(l2tp_tunnel *tun);
186 void (*tunnel_close)(l2tp_tunnel *tun);
354 l2tp_session *l2tp_tunnel_find_session(l2tp_tunnel *tunnel, uint16_t sid);
355 l2tp_tunnel *l2tp_tunnel_find_by_my_id(uint16_t id);
356 l2tp_tunnel *l2tp_tunnel_find_for_peer(l2tp_peer *peer, EventSelector *es);
364 void l2tp_tunnel_xmit_control_message(l2tp_tunnel *tunnel, l2tp_dgram *dgram);
365 void l2tp_tunnel_stop_tunnel(l2tp_tunnel *tunnel, char const *reason);
368 l2tp_session *l2tp_tunnel_first_session(l2tp_tunnel *tunne
[all...]
H A Dsession.c25 static uint16_t session_make_sid(l2tp_tunnel *tunnel);
129 l2tp_tunnel *tunnel;
176 session_make_sid(l2tp_tunnel *tunnel)
201 l2tp_tunnel *tunnel = ses->tunnel;
337 l2tp_tunnel *tunnel = ses->tunnel;
394 l2tp_session_lns_handle_incoming_call(l2tp_tunnel *tunnel,
513 l2tp_tunnel *tunnel = ses->tunnel;
603 l2tp_tunnel *tunnel = ses->tunnel;
H A Ddgram.c321 l2tp_tunnel *tunnel;
586 l2tp_tunnel *tunnel,
686 l2tp_tunnel *tunnel,
971 l2tp_tunnel *tunnel,
1020 l2tp_tunnel *tunnel = ses->tunnel;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/
H A Dtunnel.c37 static l2tp_tunnel *tunnel_new(EventSelector *es);
38 static void tunnel_free(l2tp_tunnel *tunnel);
39 static int tunnel_send_SCCRQ(l2tp_tunnel *tunnel);
43 static void tunnel_handle_SCCRP(l2tp_tunnel *tunnel,
45 static void tunnel_handle_SCCCN(l2tp_tunnel *tunnel,
47 static void tunnel_handle_ICRQ(l2tp_tunnel *tunnel,
49 static void tunnel_process_received_datagram(l2tp_tunnel *tunnel,
51 static void tunnel_schedule_ack(l2tp_tunnel *tunnel);
62 static void tunnel_dequeue_acked_packets(l2tp_tunnel *tunnel);
64 static void tunnel_send_StopCCN(l2tp_tunnel *tunne
[all...]
H A Dl2tp.h139 } l2tp_tunnel; typedef in typeref:struct:l2tp_tunnel_t
144 l2tp_tunnel *tunnel; /* Tunnel we belong to */
182 int (*tunnel_establish)(l2tp_tunnel *tun);
186 void (*tunnel_close)(l2tp_tunnel *tun);
354 l2tp_session *l2tp_tunnel_find_session(l2tp_tunnel *tunnel, uint16_t sid);
355 l2tp_tunnel *l2tp_tunnel_find_by_my_id(uint16_t id);
356 l2tp_tunnel *l2tp_tunnel_find_for_peer(l2tp_peer *peer, EventSelector *es);
364 void l2tp_tunnel_xmit_control_message(l2tp_tunnel *tunnel, l2tp_dgram *dgram);
365 void l2tp_tunnel_stop_tunnel(l2tp_tunnel *tunnel, char const *reason);
368 l2tp_session *l2tp_tunnel_first_session(l2tp_tunnel *tunne
[all...]
H A Dsession.c25 static uint16_t session_make_sid(l2tp_tunnel *tunnel);
129 l2tp_tunnel *tunnel;
176 session_make_sid(l2tp_tunnel *tunnel)
201 l2tp_tunnel *tunnel = ses->tunnel;
337 l2tp_tunnel *tunnel = ses->tunnel;
394 l2tp_session_lns_handle_incoming_call(l2tp_tunnel *tunnel,
513 l2tp_tunnel *tunnel = ses->tunnel;
603 l2tp_tunnel *tunnel = ses->tunnel;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-l2tp/handlers/
H A Dcmd.c97 describe_tunnel(l2tp_tunnel *tunnel,
378 l2tp_tunnel *tunnel;
432 l2tp_tunnel *tunnel;
H A Dsync-pppd.c37 static int establish_tunnel(l2tp_tunnel *tun);
38 static void close_tunnel(l2tp_tunnel *tun);
194 l2tp_tunnel *tunnel = ses->tunnel;
245 l2tp_tunnel *tunnel = ses->tunnel;
505 static int establish_tunnel(l2tp_tunnel *tunnel)
618 static void close_tunnel(l2tp_tunnel *tunnel)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-l2tp/handlers/
H A Dcmd.c97 describe_tunnel(l2tp_tunnel *tunnel,
378 l2tp_tunnel *tunnel;
432 l2tp_tunnel *tunnel;
H A Dsync-pppd.c37 static int establish_tunnel(l2tp_tunnel *tun);
38 static void close_tunnel(l2tp_tunnel *tun);
194 l2tp_tunnel *tunnel = ses->tunnel;
245 l2tp_tunnel *tunnel = ses->tunnel;
505 static int establish_tunnel(l2tp_tunnel *tunnel)
618 static void close_tunnel(l2tp_tunnel *tunnel)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/handlers/
H A Dcmd.c97 describe_tunnel(l2tp_tunnel *tunnel,
378 l2tp_tunnel *tunnel;
432 l2tp_tunnel *tunnel;
H A Dsync-pppd.c37 static int establish_tunnel(l2tp_tunnel *tun);
38 static void close_tunnel(l2tp_tunnel *tun);
194 l2tp_tunnel *tunnel = ses->tunnel;
245 l2tp_tunnel *tunnel = ses->tunnel;
505 static int establish_tunnel(l2tp_tunnel *tunnel)
618 static void close_tunnel(l2tp_tunnel *tunnel)

Completed in 107 milliseconds

12