Home
last modified time | relevance | path

Searched refs:ppp_net (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/ppp/
Dppp_generic.c152 struct net *ppp_net; /* the net we belong to */ member
212 struct ppp_net { struct
286 static struct ppp *ppp_find_unit(struct ppp_net *pn, int unit);
287 static struct channel *ppp_find_channel(struct ppp_net *pn, int unit);
304 static inline struct ppp_net *ppp_pernet(struct net *net) in ppp_pernet()
753 struct ppp_net *pn; in ppp_ioctl()
1052 struct ppp_net *pn; in ppp_unattached_ioctl()
1124 struct ppp_net *pn = net_generic(net, ppp_net_id); in ppp_init_net()
1139 struct ppp_net *pn = net_generic(net, ppp_net_id); in ppp_exit_net()
1170 .size = sizeof(struct ppp_net),
[all …]