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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_pppox_v26.h149 struct pppox_sock { struct
150 /* struct sock must be the first member of pppox_sock */
153 struct pppox_sock *next; /* for hash table */
185 static inline struct pppox_sock *pppox_sk(struct sock *sk)
187 return (struct pppox_sock *)sk;
190 static inline struct sock *sk_pppox(struct pppox_sock *po)
H A Dif_pppox.h271 struct pppox_sock { struct
272 /* struct sock must be the first member of pppox_sock */
275 struct pppox_sock *next; /* for hash table */
291 static inline struct pppox_sock *pppox_sk(struct sock *sk)
293 return (struct pppox_sock *)sk;
296 static inline struct sock *sk_pppox(struct pppox_sock *po)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpppoe.c130 static struct pppox_sock *item_hash_table[PPPOE_HASH_SIZE];
137 static struct pppox_sock *__get_item(unsigned long sid, unsigned char *addr, int ifindex)
140 struct pppox_sock *ret;
150 static int __set_item(struct pppox_sock *po)
153 struct pppox_sock *ret;
169 static struct pppox_sock *__delete_item(unsigned long sid, char *addr, int ifindex)
172 struct pppox_sock *ret, **src;
195 static inline struct pppox_sock *get_item(unsigned long sid,
198 struct pppox_sock *po;
209 static inline struct pppox_sock *get_item_by_add
[all...]
H A Dpptp.c116 static struct pppox_sock *item_hash_table[PPTP_HASH_SIZE];
123 static struct pppox_sock *__get_item(unsigned long ipaddr, unsigned char *addr, int ifindex)
126 struct pppox_sock *ret;
136 static int __set_item(struct pppox_sock *po)
139 struct pppox_sock *ret;
155 static struct pppox_sock *__delete_item(unsigned long ipaddr, char *addr, int ifindex)
158 struct pppox_sock *ret, **src;
181 static inline struct pppox_sock *get_item(unsigned long ipaddr,
184 struct pppox_sock *po;
195 static inline struct pppox_sock *get_item_by_add
[all...]
H A Dpppox.c75 struct pppox_sock *po = pppox_sk(sk);
H A Dpppol2tp_v26.c426 struct pppox_sock *po;
1787 .obj_size = sizeof(struct pppox_sock),
1860 struct pppox_sock *po = pppox_sk(sk);
2091 struct pppox_sock *po = pppox_sk(sk);
2390 struct pppox_sock *po = pppox_sk(sk);

Completed in 265 milliseconds