Searched refs:bvm (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_vlan.c | 1701 struct br_vlan_msg *bvm; in br_vlan_notify() local 1727 nlh = nlmsg_put(skb, 0, 0, cmd, sizeof(*bvm), 0); in br_vlan_notify() 1730 bvm = nlmsg_data(nlh); in br_vlan_notify() 1731 memset(bvm, 0, sizeof(*bvm)); in br_vlan_notify() 1732 bvm->family = AF_BRIDGE; in br_vlan_notify() 1733 bvm->ifindex = ifindex; in br_vlan_notify() 1785 struct br_vlan_msg *bvm; in br_vlan_dump_dev() local 1809 RTM_NEWVLAN, sizeof(*bvm), NLM_F_MULTI); in br_vlan_dump_dev() 1812 bvm in br_vlan_dump_dev() 1878 struct br_vlan_msg *bvm; br_vlan_rtm_dump() local 2042 struct br_vlan_msg *bvm; br_vlan_rtm_process() local [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A 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 in br_vlan_dump_dev() 2081 struct br_vlan_msg *bvm; br_vlan_rtm_dump() local 2249 struct br_vlan_msg *bvm; br_vlan_rtm_process() local [all...] |
H A 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()
|
Completed in 7 milliseconds