Searched refs:NDA_VLAN (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | neighbour.h | 24 NDA_VLAN, enumerator
|
| /linux-6.15/net/bridge/ |
| H A D | br_fdb.c | 136 if (fdb->key.vlan_id && nla_put(skb, NDA_VLAN, sizeof(u16), in fdb_fill_info() 676 [NDA_VLAN] = NLA_POLICY_RANGE(NLA_U16, 1, VLAN_N_VID - 2), 711 if (tb[NDA_VLAN]) in br_fdb_delete_bulk() 712 desc.vlan_id = nla_get_u16(tb[NDA_VLAN]); in br_fdb_delete_bulk()
|
| /linux-6.15/net/core/ |
| H A D | rtnetlink.c | 4487 if (nla_put(skb, NDA_VLAN, sizeof(u16), &vid)) in nlmsg_populate_fdb_fill() 4634 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_add() 4752 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_del() 5093 case NDA_VLAN: in valid_fdb_get_strict()
|
| H A D | neighbour.c | 1833 [NDA_VLAN] = { .type = NLA_U16 },
|
| /linux-6.15/drivers/net/ethernet/mscc/ |
| H A D | ocelot_net.c | 787 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in ocelot_port_fdb_do_dump()
|
| /linux-6.15/net/dsa/ |
| H A D | user.c | 544 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in dsa_user_port_fdb_do_dump()
|