Searched refs:ppp_net (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_generic.c | 151 struct net *ppp_net; /* the net we belong to */ member 209 struct ppp_net { struct 283 static struct ppp *ppp_find_unit(struct ppp_net *pn, int unit); 284 static struct channel *ppp_find_channel(struct ppp_net *pn, int unit); 299 static inline struct ppp_net *ppp_pernet(struct net *net) in ppp_pernet() 924 struct ppp_net *pn; in ppp_unattached_ioctl() 996 struct ppp_net *pn = net_generic(net, ppp_net_id); in ppp_init_net() 1011 struct ppp_net *pn = net_generic(net, ppp_net_id); in ppp_exit_net() 1042 .size = sizeof(struct ppp_net), 1047 struct ppp_net *p in ppp_unit_register() [all...] |
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_generic.c | 151 struct net *ppp_net; /* the net we belong to */ member 211 struct ppp_net { struct 285 static struct ppp *ppp_find_unit(struct ppp_net *pn, int unit); 286 static struct channel *ppp_find_channel(struct ppp_net *pn, int unit); 301 static inline struct ppp_net *ppp_pernet(struct net *net) in ppp_pernet() 736 struct ppp_net *pn; in ppp_ioctl() 1035 struct ppp_net *pn; in ppp_unattached_ioctl() 1107 struct ppp_net *pn = net_generic(net, ppp_net_id); in ppp_init_net() 1122 struct ppp_net *pn = net_generic(net, ppp_net_id); in ppp_exit_net() 1153 .size = sizeof(struct ppp_net), [all...] |
Completed in 5 milliseconds