Searched refs:pppox_sock (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | if_pppox.h | 48 struct pppox_sock { struct 52 struct pppox_sock *next; /* for hash table */ argument 64 static inline struct pppox_sock *pppox_sk(struct sock *sk) in pppox_sk() argument 66 return (struct pppox_sock *)sk; in pppox_sk() 69 static inline struct sock *sk_pppox(struct pppox_sock *po) in sk_pppox()
|
/linux-4.1.27/drivers/net/ppp/ |
D | pppoe.c | 108 struct pppox_sock *hash_table[PPPOE_HASH_SIZE]; 166 static struct pppox_sock *__get_item(struct pppoe_net *pn, __be16 sid, in __get_item() 170 struct pppox_sock *ret; in __get_item() 184 static int __set_item(struct pppoe_net *pn, struct pppox_sock *po) in __set_item() 187 struct pppox_sock *ret; in __set_item() 208 struct pppox_sock *ret, **src; in __delete_item() 230 static inline struct pppox_sock *get_item(struct pppoe_net *pn, __be16 sid, in get_item() 233 struct pppox_sock *po; in get_item() 244 static inline struct pppox_sock *get_item_by_addr(struct net *net, in get_item_by_addr() 249 struct pppox_sock *pppox_sock = NULL; in get_item_by_addr() local [all …]
|
D | pptp.c | 50 static struct pppox_sock __rcu **callid_sock; 93 static struct pppox_sock *lookup_chan(u16 call_id, __be32 s_addr) in lookup_chan() 95 struct pppox_sock *sock; in lookup_chan() 114 struct pppox_sock *sock; in lookup_chan_dst() 134 static int add_chan(struct pppox_sock *sock, in add_chan() 164 static void del_chan(struct pppox_sock *sock) in del_chan() 176 struct pppox_sock *po = pppox_sk(sk); in pptp_xmit() 300 struct pppox_sock *po = pppox_sk(sk); in pptp_rcv_core() 384 struct pppox_sock *po; in pptp_rcv() 422 struct pppox_sock *po = pppox_sk(sk); in pptp_bind() [all …]
|
D | pppox.c | 74 struct pppox_sock *po = pppox_sk(sk); in pppox_ioctl()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ppp.c | 232 struct pppox_sock *po; in pppol2tp_recv() 529 .obj_size = sizeof(struct pppox_sock), 579 struct pppox_sock *po = pppox_sk(ps->sock); in pppol2tp_show() 593 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_connect() 1309 struct pppox_sock *po = pppox_sk(ssk); in pppol2tp_session_setsockopt() 1646 struct pppox_sock *po = pppox_sk(ps->sock); in pppol2tp_seq_session_show()
|