Searched defs:pppol2tp_session (Results 1 – 1 of 1) sorted by relevance
122 struct pppol2tp_session { struct123 int owner; /* pid that opened the socket */125 struct sock *sock; /* Pointer to the session127 struct sock *tunnel_sock; /* Pointer to the tunnel UDP129 int flags; /* accessed by PPPIOCGFLAGS.