Searched refs:vrange_end (Results 1 – 1 of 1) sorted by relevance
1913 struct bridge_vlan_info *vinfo, vrange_end, *vinfo_last = NULL; in br_vlan_rtm_process_one() local1944 memset(&vrange_end, 0, sizeof(vrange_end)); in br_vlan_rtm_process_one()1956 vrange_end.vid = nla_get_u16(tb[BRIDGE_VLANDB_ENTRY_RANGE]); in br_vlan_rtm_process_one()1958 vrange_end.flags = BRIDGE_VLAN_INFO_RANGE_END | vinfo->flags; in br_vlan_rtm_process_one()1963 vinfo = &vrange_end; in br_vlan_rtm_process_one()