Searched refs:pppox_sock (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpptp.c77 static struct pppox_sock **callid_sock;
248 static struct pppox_sock * lookup_chan(u16 call_id, u32 s_addr)
250 static struct pppox_sock * lookup_chan(u16 call_id, __be32 s_addr)
253 struct pppox_sock *sock;
283 struct pppox_sock *sock;
313 static int add_chan(struct pppox_sock *sock)
352 static void del_chan(struct pppox_sock *sock)
373 struct pppox_sock *po = pppox_sk(sk);
570 struct pppox_sock *po = pppox_sk(sk);
678 struct pppox_sock *p
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsock.h266 struct pppox_sock { struct
267 /* struct sock must be the first member of pppox_sock */
270 struct pppox_sock *next; /* for hash table */
741 static inline struct pppox_sock *pppox_sk(struct sock *sk)
743 return (struct pppox_sock *)sk->protinfo.pppox;
746 static inline struct sock *sk_pppox(struct pppox_sock *po)

Completed in 46 milliseconds