Searched refs:NDA_VLAN (Results 1 – 6 of 6) sorted by relevance
/linux/include/uapi/linux/ |
H A D | neighbour.h | 24 NDA_VLAN, enumerator
|
/linux/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() 171 + nla_total_size(sizeof(u16)) /* NDA_VLAN */ in fdb_nlmsg_size() 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/net/core/ |
H A D | rtnetlink.c | 4479 if (nla_put(skb, NDA_VLAN, sizeof(u16), &vid)) in nlmsg_populate_fdb_fill() 4494 nla_total_size(sizeof(u16)) + /* NDA_VLAN */ in rtnl_fdb_nlmsg_size() 4626 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_add() 4744 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_del() 5085 case NDA_VLAN: in valid_fdb_get_strict()
|
H A D | neighbour.c | 1917 [NDA_VLAN] = { .type = NLA_U16 },
|
/linux/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/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()
|