Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Dif_ppp.h125 struct ppp_stats stats; /* statistic information */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Dif_ppp.h125 struct ppp_stats stats; /* statistic information */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dppp_defs.h132 struct ppp_stats { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dppp_defs.h132 struct ppp_stats { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp_defs.h132 struct ppp_stats { struct
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c279 static void ppp_get_stats(struct ppp *ppp, struct ppp_stats *st);
1366 struct ppp_stats stats; in ppp_net_ioctl()
3103 ppp_get_stats(struct ppp *ppp, struct ppp_stats *st) in ppp_get_stats()