Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_ioctl.c63 if (maxnum > PAGE_SIZE/sizeof(struct __fdb_entry)) in get_fdb_entries()
64 maxnum = PAGE_SIZE/sizeof(struct __fdb_entry); in get_fdb_entries()
66 size = maxnum * sizeof(struct __fdb_entry); in get_fdb_entries()
74 if (copy_to_user(userbuf, buf, num*sizeof(struct __fdb_entry))) in get_fdb_entries()
H A Dbr_sysfs_br.c922 if (off % sizeof(struct __fdb_entry) != 0) in brforward_read()
926 count / sizeof(struct __fdb_entry), in brforward_read()
927 off / sizeof(struct __fdb_entry)); in brforward_read()
930 n *= sizeof(struct __fdb_entry); in brforward_read()
H A Dbr_fdb.c461 struct __fdb_entry *fe = buf; in br_fdb_fillbuf()
464 memset(buf, 0, maxnum*sizeof(struct __fdb_entry)); in br_fdb_fillbuf()
/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 Dif_bridge.h93 struct __fdb_entry { 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 Dif_bridge.h93 struct __fdb_entry { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_bridge.h93 struct __fdb_entry { struct