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