Searched refs:__fdb_entry (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_bridge.h103 struct __fdb_entry struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge_devif.c450 const struct __fdb_entry *f)
462 struct __fdb_entry fe[num];
478 lseek(fd, offset*sizeof(struct __fdb_entry), SEEK_SET);
479 n = read(fd, fe, num*sizeof(struct __fdb_entry));
481 n /= sizeof(struct __fdb_entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_ioctl.c113 if (maxnum > PAGE_SIZE/sizeof(struct __fdb_entry))
114 maxnum = PAGE_SIZE/sizeof(struct __fdb_entry);
116 size = maxnum * sizeof(struct __fdb_entry);
124 if (copy_to_user(userbuf, buf, num*sizeof(struct __fdb_entry)))
H A Dbr_sysfs_br.c402 * The records are struct __fdb_entry.
414 if (off % sizeof(struct __fdb_entry) != 0)
418 count / sizeof(struct __fdb_entry),
419 off / sizeof(struct __fdb_entry));
422 n *= sizeof(struct __fdb_entry);
H A Dbr_fdb.c391 struct __fdb_entry *fe = buf;
396 memset(buf, 0, maxnum*sizeof(struct __fdb_entry));

Completed in 73 milliseconds