__fdb_entry       443 net/bridge/br_fdb.c 	struct __fdb_entry *fe = buf;
__fdb_entry       446 net/bridge/br_fdb.c 	memset(buf, 0, maxnum*sizeof(struct __fdb_entry));
__fdb_entry        63 net/bridge/br_ioctl.c 	if (maxnum > PAGE_SIZE/sizeof(struct __fdb_entry))
__fdb_entry        64 net/bridge/br_ioctl.c 		maxnum = PAGE_SIZE/sizeof(struct __fdb_entry);
__fdb_entry        66 net/bridge/br_ioctl.c 	size = maxnum * sizeof(struct __fdb_entry);
__fdb_entry        74 net/bridge/br_ioctl.c 		if (copy_to_user(userbuf, buf, num*sizeof(struct __fdb_entry)))
__fdb_entry       924 net/bridge/br_sysfs_br.c 	if (off % sizeof(struct __fdb_entry) != 0)
__fdb_entry       928 net/bridge/br_sysfs_br.c 			    count / sizeof(struct __fdb_entry),
__fdb_entry       929 net/bridge/br_sysfs_br.c 			    off / sizeof(struct __fdb_entry));
__fdb_entry       932 net/bridge/br_sysfs_br.c 		n *= sizeof(struct __fdb_entry);