Searched refs:pppox_sock (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ppp/ |
D | pppoe.c | 103 struct pppox_sock *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; in __set_item() 201 struct pppox_sock *ret, **src; in __delete_item() 223 static inline struct pppox_sock *get_item(struct pppoe_net *pn, __be16 sid, in get_item() 226 struct pppox_sock *po; in get_item() 237 static inline struct pppox_sock *get_item_by_addr(struct net *net, in get_item_by_addr() 242 struct pppox_sock *pppox_sock = NULL; in get_item_by_addr() local [all …]
|
D | pptp.c | 44 static struct pppox_sock __rcu **callid_sock; 52 static struct pppox_sock *lookup_chan(u16 call_id, __be32 s_addr) in lookup_chan() 54 struct pppox_sock *sock; in lookup_chan() 73 struct pppox_sock *sock; in lookup_chan_dst() 93 static int add_chan(struct pppox_sock *sock, in add_chan() 123 static void del_chan(struct pppox_sock *sock) in del_chan() 134 struct pppox_sock *po = pppox_sk(sk); in pptp_xmit() 257 struct pppox_sock *po = pppox_sk(sk); in pptp_rcv_core() 334 struct pppox_sock *po; in pptp_rcv() 372 struct pppox_sock *po = pppox_sk(sk); in pptp_bind() [all …]
|
D | pppox.c | 70 struct pppox_sock *po = pppox_sk(sk); in pppox_ioctl()
|
/linux-5.19.10/include/linux/ |
D | if_pppox.h | 44 struct pppox_sock { struct 48 struct pppox_sock *next; /* for hash table */ argument 60 static inline struct pppox_sock *pppox_sk(struct sock *sk) in pppox_sk() argument 62 return (struct pppox_sock *)sk; in pppox_sk() 65 static inline struct sock *sk_pppox(struct pppox_sock *po) in sk_pppox()
|
/linux-5.19.10/net/l2tp/ |
D | l2tp_ppp.c | 237 struct pppox_sock *po; in pppol2tp_recv() 483 .obj_size = sizeof(struct pppox_sock), 533 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_show() 659 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_connect() 1192 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_session_setsockopt() 1566 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_seq_session_show()
|