Home
last modified time | relevance | path

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

/net/bridge/
Dbr_fdb.c443 struct __fdb_entry *fe = buf; in br_fdb_fillbuf() local
466 memcpy(fe->mac_addr, f->key.addr.addr, ETH_ALEN); in br_fdb_fillbuf()
469 fe->port_no = f->dst->port_no; in br_fdb_fillbuf()
470 fe->port_hi = f->dst->port_no >> 8; in br_fdb_fillbuf()
472 fe->is_local = f->is_local; in br_fdb_fillbuf()
474 fe->ageing_timer_value = jiffies_delta_to_clock_t(jiffies - f->updated); in br_fdb_fillbuf()
475 ++fe; in br_fdb_fillbuf()