Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_ioctl.c63 if (maxnum > PAGE_SIZE/sizeof(struct __fdb_entry)) in get_fdb_entries()
64 maxnum = PAGE_SIZE/sizeof(struct __fdb_entry); in get_fdb_entries()
66 size = maxnum * sizeof(struct __fdb_entry); in get_fdb_entries()
75 array_size(num, sizeof(struct __fdb_entry)))) in get_fdb_entries()
A Dbr_sysfs_br.c1010 if (off % sizeof(struct __fdb_entry) != 0) in brforward_read()
1014 count / sizeof(struct __fdb_entry), in brforward_read()
1015 off / sizeof(struct __fdb_entry)); in brforward_read()
1018 n *= sizeof(struct __fdb_entry); in brforward_read()
A Dbr_fdb.c644 struct __fdb_entry *fe = buf; in br_fdb_fillbuf()
647 memset(buf, 0, maxnum*sizeof(struct __fdb_entry)); in br_fdb_fillbuf()
/linux/include/uapi/linux/
A Dif_bridge.h93 struct __fdb_entry { struct

Completed in 14 milliseconds