Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_vlan.c1878 struct br_vlan_msg *bvm; in br_vlan_notify() local
1907 bvm = nlmsg_data(nlh); in br_vlan_notify()
1908 memset(bvm, 0, sizeof(*bvm)); in br_vlan_notify()
1909 bvm->family = AF_BRIDGE; in br_vlan_notify()
1910 bvm->ifindex = ifindex; in br_vlan_notify()
1963 struct br_vlan_msg *bvm; in br_vlan_dump_dev() local
1994 bvm = nlmsg_data(nlh); in br_vlan_dump_dev()
1995 memset(bvm, 0, sizeof(*bvm)); in br_vlan_dump_dev()
1996 bvm->family = PF_BRIDGE; in br_vlan_dump_dev()
2095 if (bvm->ifindex) { in br_vlan_rtm_dump()
[all …]
H A Dbr_vlan_options.c473 struct br_vlan_msg *bvm; in br_vlan_global_opts_notify() local
491 nlh = nlmsg_put(skb, 0, 0, RTM_NEWVLAN, sizeof(*bvm), 0); in br_vlan_global_opts_notify()
494 bvm = nlmsg_data(nlh); in br_vlan_global_opts_notify()
495 memset(bvm, 0, sizeof(*bvm)); in br_vlan_global_opts_notify()
496 bvm->family = AF_BRIDGE; in br_vlan_global_opts_notify()
497 bvm->ifindex = br->dev->ifindex; in br_vlan_global_opts_notify()