Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_ioctl.c67 if (maxnum > PAGE_SIZE/sizeof(struct __fdb_entry)) in get_fdb_entries()
68 maxnum = PAGE_SIZE/sizeof(struct __fdb_entry); in get_fdb_entries()
70 size = maxnum * sizeof(struct __fdb_entry); in get_fdb_entries()
78 if (copy_to_user(userbuf, buf, num*sizeof(struct __fdb_entry))) in get_fdb_entries()
Dbr_sysfs_br.c822 if (off % sizeof(struct __fdb_entry) != 0) in brforward_read()
826 count / sizeof(struct __fdb_entry), in brforward_read()
827 off / sizeof(struct __fdb_entry)); in brforward_read()
830 n *= sizeof(struct __fdb_entry); in brforward_read()
Dbr_fdb.c424 struct __fdb_entry *fe = buf; in br_fdb_fillbuf()
428 memset(buf, 0, maxnum*sizeof(struct __fdb_entry)); in br_fdb_fillbuf()
/linux-4.4.14/include/uapi/linux/
Dif_bridge.h92 struct __fdb_entry { struct