__fdb_entry 264 net/bridge/br_fdb.c struct __fdb_entry *fe = buf; __fdb_entry 269 net/bridge/br_fdb.c memset(buf, 0, maxnum*sizeof(struct __fdb_entry)); __fdb_entry 65 net/bridge/br_ioctl.c if (maxnum > PAGE_SIZE/sizeof(struct __fdb_entry)) __fdb_entry 66 net/bridge/br_ioctl.c maxnum = PAGE_SIZE/sizeof(struct __fdb_entry); __fdb_entry 68 net/bridge/br_ioctl.c size = maxnum * sizeof(struct __fdb_entry); __fdb_entry 76 net/bridge/br_ioctl.c if (copy_to_user(userbuf, buf, num*sizeof(struct __fdb_entry))) __fdb_entry 389 net/bridge/br_sysfs_br.c if (off % sizeof(struct __fdb_entry) != 0) __fdb_entry 393 net/bridge/br_sysfs_br.c count / sizeof(struct __fdb_entry), __fdb_entry 394 net/bridge/br_sysfs_br.c off / sizeof(struct __fdb_entry)); __fdb_entry 397 net/bridge/br_sysfs_br.c n *= sizeof(struct __fdb_entry);