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

/linux-master/include/linux/
H A Dif_pppox.h42 struct pppox_sock { struct
43 /* struct sock must be the first member of pppox_sock */
46 struct pppox_sock *next; /* for hash table */
58 static inline struct pppox_sock *pppox_sk(struct sock *sk)
60 return (struct pppox_sock *)sk;
63 static inline struct sock *sk_pppox(struct pppox_sock *po)
/linux-master/drivers/net/ppp/
H A Dpppoe.c103 struct pppox_sock *hash_table[PPPOE_HASH_SIZE];
159 static struct pppox_sock *__get_item(struct pppoe_net *pn, __be16 sid,
163 struct pppox_sock *ret;
177 static int __set_item(struct pppoe_net *pn, struct pppox_sock *po)
180 struct pppox_sock *ret;
201 struct pppox_sock *ret, **src;
223 static inline struct pppox_sock *get_item(struct pppoe_net *pn, __be16 sid,
226 struct pppox_sock *po;
237 static inline struct pppox_sock *get_item_by_addr(struct net *net,
242 struct pppox_sock *pppox_soc local
[all...]
H A Dpptp.c45 static struct pppox_sock __rcu **callid_sock;
53 static struct pppox_sock *lookup_chan(u16 call_id, __be32 s_addr)
55 struct pppox_sock *sock;
74 struct pppox_sock *sock;
94 static int add_chan(struct pppox_sock *sock,
124 static void del_chan(struct pppox_sock *sock)
132 static struct rtable *pptp_route_output(const struct pppox_sock *po,
152 struct pppox_sock *po = pppox_sk(sk);
271 struct pppox_sock *po = pppox_sk(sk);
348 struct pppox_sock *p
[all...]
H A Dpppox.c70 struct pppox_sock *po = pppox_sk(sk);
/linux-master/net/l2tp/
H A Dl2tp_ppp.c237 struct pppox_sock *po;
483 .obj_size = sizeof(struct pppox_sock),
533 struct pppox_sock *po = pppox_sk(sk);
718 struct pppox_sock *po = pppox_sk(sk);
1201 struct pppox_sock *po = pppox_sk(sk);
1575 struct pppox_sock *po = pppox_sk(sk);

Completed in 178 milliseconds