Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_vlan.c1799 struct br_vlan_msg *bvm; in br_vlan_notify() local
1828 bvm = nlmsg_data(nlh); in br_vlan_notify()
1829 memset(bvm, 0, sizeof(*bvm)); in br_vlan_notify()
1830 bvm->family = AF_BRIDGE; in br_vlan_notify()
1831 bvm->ifindex = ifindex; in br_vlan_notify()
1884 struct br_vlan_msg *bvm; in br_vlan_dump_dev() local
1915 bvm = nlmsg_data(nlh); in br_vlan_dump_dev()
1916 memset(bvm, 0, sizeof(*bvm)); in br_vlan_dump_dev()
1917 bvm->family = PF_BRIDGE; in br_vlan_dump_dev()
2016 if (bvm->ifindex) { in br_vlan_rtm_dump()
[all …]
A Dbr_vlan_options.c420 struct br_vlan_msg *bvm; in br_vlan_global_opts_notify() local
438 nlh = nlmsg_put(skb, 0, 0, RTM_NEWVLAN, sizeof(*bvm), 0); in br_vlan_global_opts_notify()
441 bvm = nlmsg_data(nlh); in br_vlan_global_opts_notify()
442 memset(bvm, 0, sizeof(*bvm)); in br_vlan_global_opts_notify()
443 bvm->family = AF_BRIDGE; in br_vlan_global_opts_notify()
444 bvm->ifindex = br->dev->ifindex; in br_vlan_global_opts_notify()

Completed in 9 milliseconds