Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dneighbour.h33 NDA_FDB_EXT_ATTRS, enumerator
/openbmc/linux/net/bridge/
H A Dbr_fdb.c151 struct nlattr *nest = nla_nest_start(skb, NDA_FDB_EXT_ATTRS); in fdb_fill_info()
1205 if (tb[NDA_FDB_EXT_ATTRS]) { in br_fdb_add()
1206 attr = tb[NDA_FDB_EXT_ATTRS]; in br_fdb_add()
/openbmc/linux/net/core/
H A Dneighbour.c1891 [NDA_FDB_EXT_ATTRS] = { .type = NLA_NESTED },