Searched refs:pppox_sock (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A 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_soc in get_item_by_addr() local [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(struct pppox_sock *po, in pptp_route_output() 152 struct pppox_sock *po = pppox_sk(sk); in pptp_xmit() 271 struct pppox_sock *po = pppox_sk(sk); in pptp_rcv_core() 350 struct pppox_sock *p in pptp_rcv() [all...] |
H A D | pppox.c | 70 struct pppox_sock *po = pppox_sk(sk); in pppox_ioctl()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | if_pppox.h | 44 struct pppox_sock { struct 45 /* struct sock must be the first member of pppox_sock */ 48 struct pppox_sock *next; /* for hash table */ 60 static inline struct pppox_sock *pppox_sk(struct sock *sk) in pppox_sk() 62 return (struct pppox_sock *)sk; in pppox_sk() 65 static inline struct sock *sk_pppox(struct pppox_sock *po) in sk_pppox()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | if_pppox.h | 42 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) in pppox_sk() 60 return (struct pppox_sock *)sk; in pppox_sk() 63 static inline struct sock *sk_pppox(struct pppox_sock *po) in sk_pppox()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A 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_soc in get_item_by_addr() local [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() 271 struct pppox_sock *po = pppox_sk(sk); in pptp_rcv_core() 348 struct pppox_sock *p in pptp_rcv() [all...] |
H A D | pppox.c | 70 struct pppox_sock *po = pppox_sk(sk); in pppox_ioctl()
|
/kernel/linux/linux-5.10/net/l2tp/ |
H A D | l2tp_ppp.c | 238 struct pppox_sock *po; in pppol2tp_recv() 484 .obj_size = sizeof(struct pppox_sock), 534 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_show() 719 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_connect() 1202 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_session_setsockopt() 1576 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_seq_session_show()
|
/kernel/linux/linux-6.6/net/l2tp/ |
H A 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() 718 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_connect() 1201 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_session_setsockopt() 1575 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_seq_session_show()
|
Completed in 13 milliseconds