Searched refs:NDA_VLAN (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/include/uapi/linux/ |
| D | neighbour.h | 24 NDA_VLAN, enumerator
|
| /Linux-v6.1/net/core/ |
| D | rtnetlink.c | 3986 if (nla_put(skb, NDA_VLAN, sizeof(u16), &vid)) in nlmsg_populate_fdb_fill() 4128 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_add() 4197 [NDA_VLAN] = { .type = NLA_U16 }, 4254 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_del() 4606 case NDA_VLAN: in valid_fdb_get_strict()
|
| D | neighbour.c | 1881 [NDA_VLAN] = { .type = NLA_U16 },
|
| /Linux-v6.1/net/bridge/ |
| D | br_fdb.c | 140 if (fdb->key.vlan_id && nla_put(skb, NDA_VLAN, sizeof(u16), in fdb_fill_info()
|
| /Linux-v6.1/drivers/net/ethernet/mscc/ |
| D | ocelot_net.c | 795 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in ocelot_port_fdb_do_dump()
|
| /Linux-v6.1/net/dsa/ |
| D | slave.c | 424 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in dsa_slave_port_fdb_do_dump()
|