Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_ioctl.c64 if (maxnum > PAGE_SIZE/sizeof(struct __fdb_entry)) in get_fdb_entries()
65 maxnum = PAGE_SIZE/sizeof(struct __fdb_entry); in get_fdb_entries()
67 size = maxnum * sizeof(struct __fdb_entry); in get_fdb_entries()
76 array_size(num, sizeof(struct __fdb_entry)))) in get_fdb_entries()
H A Dbr_sysfs_br.c1013 if (off % sizeof(struct __fdb_entry) != 0) in brforward_read()
1017 count / sizeof(struct __fdb_entry), in brforward_read()
1018 off / sizeof(struct __fdb_entry)); in brforward_read()
1021 n *= sizeof(struct __fdb_entry); in brforward_read()
H A Dbr_fdb.c794 struct __fdb_entry *fe = buf; in br_fdb_fillbuf()
797 memset(buf, 0, maxnum*sizeof(struct __fdb_entry)); in br_fdb_fillbuf()
/openbmc/linux/include/uapi/linux/
H A Dif_bridge.h93 struct __fdb_entry { struct