Searched refs:tunnel_sock (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_ppp.c130 struct sock *tunnel_sock; /* Pointer to the tunnel UDP member in struct:pppol2tp_session
325 tunnel = l2tp_sock_to_tunnel(ps->tunnel_sock);
362 sock_put(ps->tunnel_sock);
367 sock_put(ps->tunnel_sock);
408 sk_tun = ps->tunnel_sock;
742 if (ps->tunnel_sock != tunnel->sock)
750 ps->tunnel_sock = tunnel->sock;
855 ps->tunnel_sock = tunnel->sock;
905 tunnel = l2tp_sock_to_tunnel(pls->tunnel_sock);
948 sock_put(pls->tunnel_sock);
[all...]
H A Dl2tp_eth.c40 struct sock *tunnel_sock; member in struct:l2tp_eth
244 priv->tunnel_sock = tunnel->sock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpppol2tp.c188 struct sock *tunnel_sock; member in struct:pppol2tp_send
211 struct sock *tunnel_sock; /* Pointer to the tunnel UDP member in struct:pppol2tp_session
911 error = tunnel->old_proto->sendmsg(iocb, session->tunnel_sock, msg, total_len);
999 SOCK_2_TUNNEL(session->tunnel_sock, tunnel, error, -EBADF, end, 0);
1102 send->session->tunnel_sock,
1207 SOCK_2_TUNNEL(session->tunnel_sock, tunnel, error, -EBADF, keep_go_2, 0);
1262 dst = sk_dst_check(session->tunnel_sock, 0);
1284 skb->sk = session->tunnel_sock;
1294 inet = inet_sk(session->tunnel_sock);
1328 pppol2tp_fill_ip_header(session->tunnel_sock, sk
1916 struct sock *tunnel_sock = NULL; local
[all...]
H A Dpppol2tp_v26.c187 struct sock *tunnel_sock; member in struct:pppol2tp_send
210 struct sock *tunnel_sock; /* Pointer to the tunnel UDP member in struct:pppol2tp_session
905 error = tunnel->old_proto->sendmsg(iocb, session->tunnel_sock, msg, total_len);
993 SOCK_2_TUNNEL(session->tunnel_sock, tunnel, error, -EBADF, end, 0);
1096 send->session->tunnel_sock,
1179 SOCK_2_TUNNEL(session->tunnel_sock, tunnel, error, -EBADF, keep_go_2, 0);
1234 dst = sk_dst_check(session->tunnel_sock, 0);
1251 skb->sk = session->tunnel_sock;
1261 inet = inet_sk(session->tunnel_sock);
1285 pppol2tp_fill_ip_header(session->tunnel_sock, sk
1864 struct sock *tunnel_sock = NULL; local
[all...]

Completed in 81 milliseconds