Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dneighbour.h24 NDA_VLAN, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dneighbour.h24 NDA_VLAN, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h24 NDA_VLAN, enumerator
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_fdb.c688 if (fdb->key.vlan_id && nla_put(skb, NDA_VLAN, sizeof(u16), in fdb_fill_info()
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c3889 if (nla_put(skb, NDA_VLAN, sizeof(u16), &vid)) in nlmsg_populate_fdb_fill()
4031 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_add()
4142 err = fdb_vid_parse(tb[NDA_VLAN], &vid, extack); in rtnl_fdb_del()
4479 case NDA_VLAN: in valid_fdb_get_strict()
H A Dneighbour.c1807 [NDA_VLAN] = { .type = NLA_U16 },
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c677 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in ocelot_port_fdb_do_dump()
/OK3568_Linux_fs/kernel/net/dsa/
H A Dslave.c215 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in dsa_slave_port_fdb_do_dump()