Searched refs:pppox_sock (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ppp/ |
| H A D | pppoe.c | 103 struct pppox_sock __rcu *hash_table[PPPOE_HASH_SIZE]; 159 static struct pppox_sock *__get_item(struct pppoe_net *pn, __be16 sid, in __get_item() 163 struct pppox_sock *ret; in __get_item() 177 static int __set_item(struct pppoe_net *pn, struct pppox_sock *po) in __set_item() 180 struct pppox_sock *ret, *first; in __set_item() 202 struct pppox_sock *ret, __rcu **src; in __delete_item() 210 struct pppox_sock *next; in __delete_item() 228 static inline struct pppox_sock *get_item(struct pppoe_net *pn, __be16 sid, in get_item() 231 struct pppox_sock *po; in get_item() 240 static inline struct pppox_sock *__get_item_by_addr(struct net *net, in __get_item_by_addr() [all …]
|
| H A D | pptp.c | 45 static struct pppox_sock __rcu **callid_sock; 53 static struct pppox_sock *lookup_chan(u16 call_id, __be32 s_addr) in lookup_chan() 55 struct pppox_sock *sock; in lookup_chan() 74 struct pppox_sock *sock; in lookup_chan_dst() 94 static int add_chan(struct pppox_sock *sock, in add_chan() 124 static void del_chan(struct pppox_sock *sock) in del_chan() 132 static struct rtable *pptp_route_output(const struct pppox_sock *po, in pptp_route_output() 152 struct pppox_sock *po = pppox_sk(sk); in pptp_xmit() 275 struct pppox_sock *po = pppox_sk(sk); in pptp_rcv_core() 352 struct pppox_sock *po; in pptp_rcv() [all …]
|
| H A D | pppox.c | 70 struct pppox_sock *po = pppox_sk(sk); in pppox_ioctl()
|
| /linux/include/linux/ |
| H A D | if_pppox.h | 42 struct pppox_sock { struct 46 struct pppox_sock __rcu *next; /* for hash table */ argument 58 static inline struct pppox_sock *pppox_sk(struct sock *sk) in pppox_sk() argument 60 return (struct pppox_sock *)sk; in pppox_sk() 63 static inline struct sock *sk_pppox(struct pppox_sock *po) in sk_pppox()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ppp.c | 221 struct pppox_sock *po; in pppol2tp_recv() 453 .obj_size = sizeof(struct pppox_sock), 505 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_show() 691 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_connect() 1180 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_session_setsockopt() 1556 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_seq_session_show()
|