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

/linux-master/net/bridge/
H A Dbr_ioctl.c64 if (maxnum > PAGE_SIZE/sizeof(struct __fdb_entry))
65 maxnum = PAGE_SIZE/sizeof(struct __fdb_entry);
67 size = maxnum * sizeof(struct __fdb_entry);
76 array_size(num, sizeof(struct __fdb_entry))))
H A Dbr_sysfs_br.c1000 * The records are struct __fdb_entry.
1013 if (off % sizeof(struct __fdb_entry) != 0)
1017 count / sizeof(struct __fdb_entry),
1018 off / sizeof(struct __fdb_entry));
1021 n *= sizeof(struct __fdb_entry);
H A Dbr_fdb.c831 struct __fdb_entry *fe = buf;
834 memset(buf, 0, maxnum*sizeof(struct __fdb_entry));
/linux-master/include/uapi/linux/
H A Dif_bridge.h93 struct __fdb_entry { struct

Completed in 184 milliseconds