Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bridge/
Dbr_vlan.c1678 struct br_vlan_msg *bvm; in br_vlan_notify() local
1704 nlh = nlmsg_put(skb, 0, 0, cmd, sizeof(*bvm), 0); in br_vlan_notify()
1707 bvm = nlmsg_data(nlh); in br_vlan_notify()
1708 memset(bvm, 0, sizeof(*bvm)); in br_vlan_notify()
1709 bvm->family = AF_BRIDGE; in br_vlan_notify()
1710 bvm->ifindex = ifindex; in br_vlan_notify()
1762 struct br_vlan_msg *bvm; in br_vlan_dump_dev() local
1786 RTM_NEWVLAN, sizeof(*bvm), NLM_F_MULTI); in br_vlan_dump_dev()
1789 bvm = nlmsg_data(nlh); in br_vlan_dump_dev()
1790 memset(bvm, 0, sizeof(*bvm)); in br_vlan_dump_dev()
[all …]