Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dneighbour.h24 NDA_VLAN, enumerator
/openbmc/linux/net/core/
H A Drtnetlink.c4148 if (nla_put(skb, NDA_VLAN, sizeof(u16), &vid)) in nlmsg_populate_fdb_fill()
4295 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_add()
4364 [NDA_VLAN] = { .type = NLA_U16 },
4421 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_del()
4773 case NDA_VLAN: in valid_fdb_get_strict()
H A Dneighbour.c1883 [NDA_VLAN] = { .type = NLA_U16 },
/openbmc/linux/net/bridge/
H A Dbr_fdb.c146 if (fdb->key.vlan_id && nla_put(skb, NDA_VLAN, sizeof(u16), in fdb_fill_info()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c786 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in ocelot_port_fdb_do_dump()
/openbmc/linux/net/dsa/
H A Dslave.c533 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in dsa_slave_port_fdb_do_dump()