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