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 D | neighbour.h | 24 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 D | neighbour.h | 24 NDA_VLAN, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | neighbour.h | 24 NDA_VLAN, enumerator
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_fdb.c | 688 if (fdb->key.vlan_id && nla_put(skb, NDA_VLAN, sizeof(u16), in fdb_fill_info()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | rtnetlink.c | 3889 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 D | neighbour.c | 1807 [NDA_VLAN] = { .type = NLA_U16 },
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/ |
| H A D | ocelot.c | 677 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in ocelot_port_fdb_do_dump()
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | slave.c | 215 if (vid && nla_put_u16(dump->skb, NDA_VLAN, vid)) in dsa_slave_port_fdb_do_dump()
|