Searched refs:PF_TO_X (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_generic.c | 92 #define PF_TO_X(pf, X) container_of(pf, X, file) macro 94 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp) 95 #define PF_TO_CHANNEL(pf) PF_TO_X(pf, struct channel)
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_generic.c | 92 #define PF_TO_X(pf, X) container_of(pf, X, file) macro 94 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp) 95 #define PF_TO_CHANNEL(pf) PF_TO_X(pf, struct channel)
|
Completed in 9 milliseconds