Searched refs:bvm (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/net/bridge/ |
D | br_vlan.c | 1878 struct br_vlan_msg *bvm; in br_vlan_notify() local 1904 nlh = nlmsg_put(skb, 0, 0, cmd, sizeof(*bvm), 0); in br_vlan_notify() 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 1991 RTM_NEWVLAN, sizeof(*bvm), NLM_F_MULTI); in br_vlan_dump_dev() 1994 bvm = nlmsg_data(nlh); in br_vlan_dump_dev() 1995 memset(bvm, 0, sizeof(*bvm)); in br_vlan_dump_dev() [all …]
|
D | br_vlan_options.c | 473 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()
|